#574ED4

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

Shades of Slate Blue #574ED4

Tints of Slate Blue #574ED4

Color information

#574ED4 (or 0x574ED4) is unknown color: approx Slate Blue. HEX triplet: 57, 4E and D4. RGB value is (87,78,212). Sum of RGB (Red+Green+Blue) = 87+78+212=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 212 (83.20% from 255 or 56.23% from 377); Max value from RGB is 212 - color contains mainly: blue. Hex color #574ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ED4 is #A8B12B. Grayscale: #5F5F5F. Windows color (decimal): -11055404 or 13913687. OLE color: 13913687.

HSL color Cylindrical-coordinate representation of color #574ED4: hue angle of 244.03º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574ED4 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8778212-
CMYK0.590.6300.17
HSL244.03º60.91%56.86%-
HSV(B)244.03º63.21%83.14%-
XYZ18.5412.2363.67-
YUV95.97193.48121.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.08%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 212 (83.20% from 255) = 56.23%
R=23.08%
G=20.69%
B=56.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal87782120.590.6300.17244.0360.9156.86
Hex574ED43B3F011f43d39
Octal12711632473770213647571
Binary101011110011101101010011101111111101000111110100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574ED4; }

 p { color: rgb(87,78,212); }

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

<style>
 a { background-color: #574ED4; }

 a { background-color: rgb(87,78,212); }

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

<style>
 span { border-color: #574ED4; }

 span { border-color: rgb(87,78,212); }

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