#574BD0

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

Shades of Slate Blue #574BD0

Tints of Slate Blue #574BD0

Color information

#574BD0 (or 0x574BD0) is unknown color: approx Slate Blue. HEX triplet: 57, 4B and D0. RGB value is (87,75,208). Sum of RGB (Red+Green+Blue) = 87+75+208=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #574BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BD0 is #A8B42F. Grayscale: #5D5D5D. Windows color (decimal): -11056176 or 13650775. OLE color: 13650775.

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

Color convert

RGB8775208-
CMYK0.580.6400.18
HSL245.41º58.59%55.49%-
HSV(B)245.41º63.94%81.57%-
XYZ17.8311.6160.98-
YUV93.75192.48123.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.51%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 208 (81.64% from 255) = 56.22%
R=23.51%
G=20.27%
B=56.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87752080.580.6400.18245.4158.5955.49
Hex574BD03A40012f53b37
Octal127113320721000223657367
Binary1010111100101111010000111010100000001001011110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,208); }

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

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

 a { background-color: rgb(87,75,208); }

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

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

 span { border-color: rgb(87,75,208); }

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