#574ED5

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

Shades of Slate Blue #574ED5

Tints of Slate Blue #574ED5

Color information

#574ED5 (or 0x574ED5) is unknown color: approx Slate Blue. HEX triplet: 57, 4E and D5. RGB value is (87,78,213). Sum of RGB (Red+Green+Blue) = 87+78+213=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #574ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ED5 is #A8B12A. Grayscale: #5F5F5F. Windows color (decimal): -11055403 or 13979223. OLE color: 13979223.

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

Color convert

RGB8778213-
CMYK0.590.6300.16
HSL244º61.64%57.06%-
HSV(B)244º63.38%83.53%-
XYZ18.6712.2864.34-
YUV96.08193.98121.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 213 (83.59% from 255) = 56.35%
R=23.02%
G=20.63%
B=56.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal87782130.590.6300.1624461.6457.06
Hex574ED53B3F010f43e39
Octal12711632573770203647671
Binary101011110011101101010111101111111101000011110100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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