#5952DD

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

Shades of Slate Blue #5952DD

Tints of Slate Blue #5952DD

Color information

#5952DD (or 0x5952DD) is unknown color: approx Slate Blue. HEX triplet: 59, 52 and DD. RGB value is (89,82,221). Sum of RGB (Red+Green+Blue) = 89+82+221=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #5952DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5952DD is #A6AD22. Grayscale: #636363. Windows color (decimal): -10923299 or 14504537. OLE color: 14504537.

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

Color convert

RGB8982221-
CMYK0.600.6300.13
HSL243.02º67.15%59.41%-
HSV(B)243.02º62.9%86.67%-
XYZ20.1913.3869.92-
YUV99.94196.32120.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 82 (32.42% from 255) = 20.92%
BLUE value IS 221 (86.72% from 255) = 56.38%
R=22.70%
G=20.92%
B=56.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89822210.600.6300.13243.0267.1559.41
Hex5952DD3C3F0Df3433b
Octal131122335747701536310373
Binary101100110100101101110111110011111101101111100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5952DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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