#5749D9

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

Shades of Slate Blue #5749D9

Tints of Slate Blue #5749D9

Color information

#5749D9 (or 0x5749D9) is unknown color: approx Slate Blue. HEX triplet: 57, 49 and D9. RGB value is (87,73,217). Sum of RGB (Red+Green+Blue) = 87+73+217=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #5749D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749D9 is #A8B626. Grayscale: #5D5D5D. Windows color (decimal): -11056679 or 14240087. OLE color: 14240087.

HSL color Cylindrical-coordinate representation of color #5749D9: hue angle of 245.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5749D9 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8773217-
CMYK0.600.6600.15
HSL245.83º65.45%56.86%-
HSV(B)245.83º66.36%85.1%-
XYZ18.8411.866.93-
YUV93.6197.64123.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 217 (85.16% from 255) = 57.56%
R=23.08%
G=19.36%
B=57.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal87732170.600.6600.15245.8365.4556.86
Hex5749D93C420Ff64139
Octal1271113317410201736610171
Binary1010111100100111011001111100100001001111111101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5749D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5749D9; }

 p { color: rgb(87,73,217); }

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

<style>
 a { background-color: #5749D9; }

 a { background-color: rgb(87,73,217); }

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

<style>
 span { border-color: #5749D9; }

 span { border-color: rgb(87,73,217); }

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