#574EAC

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

Shades of Rich Blue #574EAC

Tints of Rich Blue #574EAC

Color information

#574EAC (or 0x574EAC) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and AC. RGB value is (87,78,172). Sum of RGB (Red+Green+Blue) = 87+78+172=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #574EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAC is #A8B153. Grayscale: #5B5B5B. Windows color (decimal): -11055444 or 11292247. OLE color: 11292247.

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

Color convert

RGB8778172-
CMYK0.490.5500.33
HSL245.74º37.6%49.02%-
HSV(B)245.74º54.65%67.45%-
XYZ14.110.4540.3-
YUV91.41173.48124.86-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=25.82%
G=23.15%
B=51.04%

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
Decimal87781720.490.5500.33245.7437.649.02
Hex574EAC3137021f62631
Octal12711625461670413664661
Binary1010111100111010101100110001110111010000111110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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