#575ED5

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

Shades of Slate Blue #575ED5

Tints of Slate Blue #575ED5

Color information

#575ED5 (or 0x575ED5) is unknown color: approx Slate Blue. HEX triplet: 57, 5E and D5. RGB value is (87,94,213). Sum of RGB (Red+Green+Blue) = 87+94+213=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #575ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED5 is #A8A12A. Grayscale: #686868. Windows color (decimal): -11051307 or 13983319. OLE color: 13983319.

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

Color convert

RGB8794213-
CMYK0.590.5600.16
HSL236.67º60%58.82%-
HSV(B)236.67º59.15%83.53%-
XYZ19.9414.8464.76-
YUV105.47188.68114.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.08%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 213 (83.59% from 255) = 54.06%
R=22.08%
G=23.86%
B=54.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal87942130.590.5600.16236.676058.82
Hex575ED53B38010ed3c3b
Octal12713632573700203557473
Binary101011110111101101010111101111100001000011101101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575ED5; }

 p { color: rgb(87,94,213); }

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

<style>
 a { background-color: #575ED5; }

 a { background-color: rgb(87,94,213); }

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

<style>
 span { border-color: #575ED5; }

 span { border-color: rgb(87,94,213); }

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