#574BCA

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

Shades of Slate Blue #574BCA

Tints of Slate Blue #574BCA

Color information

#574BCA (or 0x574BCA) is unknown color: approx Slate Blue. HEX triplet: 57, 4B and CA. RGB value is (87,75,202). Sum of RGB (Red+Green+Blue) = 87+75+202=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #574BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BCA is #A8B435. Grayscale: #5C5C5C. Windows color (decimal): -11056182 or 13257559. OLE color: 13257559.

HSL color Cylindrical-coordinate representation of color #574BCA: hue angle of 245.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574BCA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8775202-
CMYK0.570.6300.21
HSL245.67º54.51%54.31%-
HSV(B)245.67º62.87%79.22%-
XYZ17.1111.3257.16-
YUV93.07189.48123.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.90%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=23.90%
G=20.60%
B=55.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal87752020.570.6300.21245.6754.5154.31
Hex574BCA393F015f63736
Octal12711331271770253666766
Binary101011110010111100101011100111111101010111110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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