#5D59CE

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

Shades of Slate Blue #5D59CE

Tints of Slate Blue #5D59CE

Color information

#5D59CE (or 0x5D59CE) is unknown color: approx Slate Blue. HEX triplet: 5D, 59 and CE. RGB value is (93,89,206). Sum of RGB (Red+Green+Blue) = 93+89+206=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59CE is #A2A631. Grayscale: #676767. Windows color (decimal): -10659378 or 13523293. OLE color: 13523293.

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

Color convert

RGB9389206-
CMYK0.550.5700.19
HSL242.05º54.42%57.84%-
HSV(B)242.05º56.8%80.78%-
XYZ19.2313.9360.07-
YUV103.53185.83120.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.97%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=23.97%
G=22.94%
B=53.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93892060.550.5700.19242.0554.4257.84
Hex5D59CE3739013f2363a
Octal13513131667710233626672
Binary101110110110011100111011011111100101001111110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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