#574CAA

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

Shades of Rich Blue #574CAA

Tints of Rich Blue #574CAA

Color information

#574CAA (or 0x574CAA) is unknown color: approx Rich Blue. HEX triplet: 57, 4C and AA. RGB value is (87,76,170). Sum of RGB (Red+Green+Blue) = 87+76+170=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #574CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574CAA is #A8B355. Grayscale: #595959. Windows color (decimal): -11055958 or 11160663. OLE color: 11160663.

HSL color Cylindrical-coordinate representation of color #574CAA: hue angle of 247.02º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574CAA is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8776170-
CMYK0.490.5500.33
HSL247.02º38.21%48.24%-
HSV(B)247.02º55.29%66.67%-
XYZ13.7710.139.25-
YUV90173.14125.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.13%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=26.13%
G=22.82%
B=51.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87761700.490.5500.33247.0238.2148.24
Hex574CAA3137021f72630
Octal12711425261670413674660
Binary1010111100110010101010110001110111010000111110111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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