#5E59CD

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

Shades of Slate Blue #5E59CD

Tints of Slate Blue #5E59CD

Color information

#5E59CD (or 0x5E59CD) is unknown color: approx Slate Blue. HEX triplet: 5E, 59 and CD. RGB value is (94,89,205). Sum of RGB (Red+Green+Blue) = 94+89+205=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E59CD is #A1A632. Grayscale: #676767. Windows color (decimal): -10593843 or 13457758. OLE color: 13457758.

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

Color convert

RGB9489205-
CMYK0.540.5700.20
HSL242.59º53.7%57.65%-
HSV(B)242.59º56.59%80.39%-
XYZ19.2113.9359.43-
YUV103.72185.16121.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.23%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 52.84%
R=24.23%
G=22.94%
B=52.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94892050.540.5700.20242.5953.757.65
Hex5E59CD3639014f3363a
Octal13613131566710243636672
Binary101111010110011100110111011011100101010011110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E59CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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