#574EA9

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

Shades of Rich Blue #574EA9

Tints of Rich Blue #574EA9

Color information

#574EA9 (or 0x574EA9) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and A9. RGB value is (87,78,169). Sum of RGB (Red+Green+Blue) = 87+78+169=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #574EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EA9 is #A8B156. Grayscale: #5A5A5A. Windows color (decimal): -11055447 or 11095639. OLE color: 11095639.

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

Color convert

RGB8778169-
CMYK0.490.5400.34
HSL245.93º36.84%48.43%-
HSV(B)245.93º53.85%66.27%-
XYZ13.8210.3438.8-
YUV91.06171.98125.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=26.05%
G=23.35%
B=50.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87781690.490.5400.34245.9336.8448.43
Hex574EA93136022f62530
Octal12711625161660423664560
Binary1010111100111010101001110001110110010001011110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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