#574EAF

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

Shades of Rich Blue #574EAF

Tints of Rich Blue #574EAF

Color information

#574EAF (or 0x574EAF) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and AF. RGB value is (87,78,175). Sum of RGB (Red+Green+Blue) = 87+78+175=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #574EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAF is #A8B150. Grayscale: #5B5B5B. Windows color (decimal): -11055441 or 11488855. OLE color: 11488855.

HSL color Cylindrical-coordinate representation of color #574EAF: hue angle of 245.57º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #574EAF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8778175-
CMYK0.500.5500.31
HSL245.57º38.34%49.61%-
HSV(B)245.57º55.43%68.63%-
XYZ14.3910.5741.84-
YUV91.75174.98124.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=25.59%
G=22.94%
B=51.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87781750.500.5500.31245.5738.3449.61
Hex574EAF323701Ff62632
Octal12711625762670373664662
Binary101011110011101010111111001011011101111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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