#5946DD

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

Shades of Slate Blue #5946DD

Tints of Slate Blue #5946DD

Color information

#5946DD (or 0x5946DD) is unknown color: approx Slate Blue. HEX triplet: 59, 46 and DD. RGB value is (89,70,221). Sum of RGB (Red+Green+Blue) = 89+70+221=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #5946DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946DD is #A6B922. Grayscale: #5C5C5C. Windows color (decimal): -10926371 or 14501465. OLE color: 14501465.

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

Color convert

RGB8970221-
CMYK0.600.6800.13
HSL247.55º68.95%57.06%-
HSV(B)247.55º68.33%86.67%-
XYZ19.3611.7269.65-
YUV92.9200.29125.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=23.42%
G=18.42%
B=58.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89702210.600.6800.13247.5568.9557.06
Hex5946DD3C440Df84539
Octal1311063357410401537010571
Binary1011001100011011011101111100100010001101111110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5946DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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