#5950DD

Color #5950DD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5950DD

Tints of Slate Blue #5950DD

Color information

#5950DD (or 0x5950DD) is unknown color: approx Slate Blue. HEX triplet: 59, 50 and DD. RGB value is (89,80,221). Sum of RGB (Red+Green+Blue) = 89+80+221=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #5950DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950DD is #A6AF22. Grayscale: #626262. Windows color (decimal): -10923811 or 14504025. OLE color: 14504025.

HSL color Cylindrical-coordinate representation of color #5950DD: hue angle of 243.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5950DD is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8980221-
CMYK0.600.6400.13
HSL243.83º67.46%59.02%-
HSV(B)243.83º63.8%86.67%-
XYZ20.0413.0869.88-
YUV98.76196.98121.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 221 (86.72% from 255) = 56.67%
R=22.82%
G=20.51%
B=56.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89802210.600.6400.13243.8367.4659.02
Hex5950DD3C400Df4433b
Octal1311203357410001536410373
Binary1011001101000011011101111100100000001101111101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5950DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5950DD; }

 p { color: rgb(89,80,221); }

 H1.HeaderClassName
 {
   color: #5950DD;
 }
 .AnyTagClassName
 {
   color: #5950DD;
 }
</style>
background-color css

<style>
 a { background-color: #5950DD; }

 a { background-color: rgb(89,80,221); }

 div.DivClassName
 {
   background-color: #5950DD;
 }
 .BgClassName
 {
   background-color: #5950DD;
 }
</style>
border-color css

<style>
 span { border-color: #5950DD; }

 span { border-color: rgb(89,80,221); }

 td.TdClassName
 {
   border-color: #5950DD;
 }
 .TagClassName
 {
   border-color: #5950DD;
 }
</style>