#5E59CB

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

Shades of Slate Blue #5E59CB

Tints of Slate Blue #5E59CB

Color information

#5E59CB (or 0x5E59CB) is unknown color: approx Slate Blue. HEX triplet: 5E, 59 and CB. RGB value is (94,89,203). Sum of RGB (Red+Green+Blue) = 94+89+203=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CB is #A1A634. Grayscale: #676767. Windows color (decimal): -10593845 or 13326686. OLE color: 13326686.

HSL color Cylindrical-coordinate representation of color #5E59CB: hue angle of 242.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E59CB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9489203-
CMYK0.540.5600.20
HSL242.63º52.29%57.25%-
HSV(B)242.63º56.16%79.61%-
XYZ18.9713.8458.17-
YUV103.49184.16121.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=24.35%
G=23.06%
B=52.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94892030.540.5600.20242.6352.2957.25
Hex5E59CB3638014f33439
Octal13613131366700243636471
Binary101111010110011100101111011011100001010011110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,89,203); }

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

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

 a { background-color: rgb(94,89,203); }

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

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

 span { border-color: rgb(94,89,203); }

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