#5756DF

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

Shades of Slate Blue #5756DF

Tints of Slate Blue #5756DF

Color information

#5756DF (or 0x5756DF) is unknown color: approx Slate Blue. HEX triplet: 57, 56 and DF. RGB value is (87,86,223). Sum of RGB (Red+Green+Blue) = 87+86+223=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #5756DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756DF is #A8A920. Grayscale: #656565. Windows color (decimal): -11053345 or 14636631. OLE color: 14636631.

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

Color convert

RGB8786223-
CMYK0.610.6100.13
HSL240.44º68.16%60.59%-
HSV(B)240.44º61.43%87.45%-
XYZ20.5814.0171.43-
YUV101.92196.33117.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.97%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=21.97%
G=21.72%
B=56.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal87862230.610.6100.13240.4468.1660.59
Hex5756DF3D3D0Df0443d
Octal127126337757501536010475
Binary101011110101101101111111110111110101101111100001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5756DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5756DF; }

 p { color: rgb(87,86,223); }

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

<style>
 a { background-color: #5756DF; }

 a { background-color: rgb(87,86,223); }

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

<style>
 span { border-color: #5756DF; }

 span { border-color: rgb(87,86,223); }

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