#5D59D7

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

Shades of Slate Blue #5D59D7

Tints of Slate Blue #5D59D7

Color information

#5D59D7 (or 0x5D59D7) is unknown color: approx Slate Blue. HEX triplet: 5D, 59 and D7. RGB value is (93,89,215). Sum of RGB (Red+Green+Blue) = 93+89+215=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #5D59D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D59D7 is #A2A628. Grayscale: #686868. Windows color (decimal): -10659369 or 14113117. OLE color: 14113117.

HSL color Cylindrical-coordinate representation of color #5D59D7: hue angle of 241.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D59D7 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9389215-
CMYK0.570.5900.16
HSL241.9º61.17%59.61%-
HSV(B)241.9º58.6%84.31%-
XYZ20.3514.3865.99-
YUV104.56190.33119.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.43%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 215 (84.38% from 255) = 54.16%
R=23.43%
G=22.42%
B=54.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93892150.570.5900.16241.961.1759.61
Hex5D59D7393B010f23d3c
Octal13513132771730203627574
Binary101110110110011101011111100111101101000011110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D59D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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