#5D56CE

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

Shades of Slate Blue #5D56CE

Tints of Slate Blue #5D56CE

Color information

#5D56CE (or 0x5D56CE) is unknown color: approx Slate Blue. HEX triplet: 5D, 56 and CE. RGB value is (93,86,206). Sum of RGB (Red+Green+Blue) = 93+86+206=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D56CE is #A2A931. Grayscale: #656565. Windows color (decimal): -10660146 or 13522525. OLE color: 13522525.

HSL color Cylindrical-coordinate representation of color #5D56CE: hue angle of 243.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D56CE is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9386206-
CMYK0.550.5800.19
HSL243.5º55.05%57.25%-
HSV(B)243.5º58.25%80.78%-
XYZ18.9813.4459.99-
YUV101.77186.82121.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 206 (80.86% from 255) = 53.51%
R=24.16%
G=22.34%
B=53.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93862060.550.5800.19243.555.0557.25
Hex5D56CE373A013f43739
Octal13512631667720233646771
Binary101110110101101100111011011111101001001111110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D56CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D56CE; }

 p { color: rgb(93,86,206); }

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

<style>
 a { background-color: #5D56CE; }

 a { background-color: rgb(93,86,206); }

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

<style>
 span { border-color: #5D56CE; }

 span { border-color: rgb(93,86,206); }

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