#574EA3

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

Shades of Rich Blue #574EA3

Tints of Rich Blue #574EA3

Color information

#574EA3 (or 0x574EA3) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and A3. RGB value is (87,78,163). Sum of RGB (Red+Green+Blue) = 87+78+163=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 163 (64.06% from 255 or 49.70% from 328); Max value from RGB is 163 - color contains mainly: blue. Hex color #574EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EA3 is #A8B15C. Grayscale: #5A5A5A. Windows color (decimal): -11055453 or 10702423. OLE color: 10702423.

HSL color Cylindrical-coordinate representation of color #574EA3: hue angle of 246.35º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #574EA3 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8778163-
CMYK0.470.5200.36
HSL246.35º35.27%47.25%-
HSV(B)246.35º52.15%63.92%-
XYZ13.2710.1235.9-
YUV90.38168.98125.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.52%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 163 (64.06% from 255) = 49.70%
R=26.52%
G=23.78%
B=49.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87781630.470.5200.36246.3535.2747.25
Hex574EA32F34024f6232f
Octal12711624357640443664357
Binary1010111100111010100011101111110100010010011110110100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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