#574EAB

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

Shades of Rich Blue #574EAB

Tints of Rich Blue #574EAB

Color information

#574EAB (or 0x574EAB) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and AB. RGB value is (87,78,171). Sum of RGB (Red+Green+Blue) = 87+78+171=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #574EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAB is #A8B154. Grayscale: #5A5A5A. Windows color (decimal): -11055445 or 11226711. OLE color: 11226711.

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

Color convert

RGB8778171-
CMYK0.490.5400.33
HSL245.81º37.35%48.82%-
HSV(B)245.81º54.39%67.06%-
XYZ14.0110.4239.8-
YUV91.29172.98124.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=25.89%
G=23.21%
B=50.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87781710.490.5400.33245.8137.3548.82
Hex574EAB3136021f62531
Octal12711625361660413664561
Binary1010111100111010101011110001110110010000111110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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