#5759D1

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

Shades of Slate Blue #5759D1

Tints of Slate Blue #5759D1

Color information

#5759D1 (or 0x5759D1) is unknown color: approx Slate Blue. HEX triplet: 57, 59 and D1. RGB value is (87,89,209). Sum of RGB (Red+Green+Blue) = 87+89+209=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #5759D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5759D1 is #A8A62E. Grayscale: #656565. Windows color (decimal): -11052591 or 13719895. OLE color: 13719895.

HSL color Cylindrical-coordinate representation of color #5759D1: hue angle of 239.02º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5759D1 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8789209-
CMYK0.580.5700.18
HSL239.02º57.01%58.04%-
HSV(B)239.02º58.37%81.96%-
XYZ19.0113.7761.98-
YUV102.08188.34117.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=22.60%
G=23.12%
B=54.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87892090.580.5700.18239.0257.0158.04
Hex5759D13A39012ef393a
Octal12713132172710223577172
Binary101011110110011101000111101011100101001011101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5759D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5759D1; }

 p { color: rgb(87,89,209); }

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

<style>
 a { background-color: #5759D1; }

 a { background-color: rgb(87,89,209); }

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

<style>
 span { border-color: #5759D1; }

 span { border-color: rgb(87,89,209); }

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