#574CA2

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

Shades of Rich Blue #574CA2

Tints of Rich Blue #574CA2

Color information

#574CA2 (or 0x574CA2) is unknown color: approx Rich Blue. HEX triplet: 57, 4C and A2. RGB value is (87,76,162). Sum of RGB (Red+Green+Blue) = 87+76+162=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 162 (63.67% from 255 or 49.85% from 325); Max value from RGB is 162 - color contains mainly: blue. Hex color #574CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CA2 is #A8B35D. Grayscale: #585858. Windows color (decimal): -11055966 or 10636375. OLE color: 10636375.

HSL color Cylindrical-coordinate representation of color #574CA2: hue angle of 247.67º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574CA2 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8776162-
CMYK0.460.5300.36
HSL247.67º36.13%46.67%-
HSV(B)247.67º53.09%63.53%-
XYZ13.049.835.39-
YUV89.09169.14126.51-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.77%
GREEN value IS 76 (30.08% from 255) = 23.38%
BLUE value IS 162 (63.67% from 255) = 49.85%
R=26.77%
G=23.38%
B=49.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87761620.460.5300.36247.6736.1346.67
Hex574CA22E35024f8242f
Octal12711424256650443704457
Binary1010111100110010100010101110110101010010011111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,162); }

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

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

 a { background-color: rgb(87,76,162); }

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

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

 span { border-color: rgb(87,76,162); }

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