#574EAE

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

Shades of Rich Blue #574EAE

Tints of Rich Blue #574EAE

Color information

#574EAE (or 0x574EAE) is unknown color: approx Rich Blue. HEX triplet: 57, 4E and AE. RGB value is (87,78,174). Sum of RGB (Red+Green+Blue) = 87+78+174=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #574EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #574EAE is #A8B151. Grayscale: #5B5B5B. Windows color (decimal): -11055442 or 11423319. OLE color: 11423319.

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

Color convert

RGB8778174-
CMYK0.50.5500.32
HSL245.62º38.1%49.41%-
HSV(B)245.62º55.17%68.24%-
XYZ14.2910.5341.32-
YUV91.64174.48124.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.66%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=25.66%
G=23.01%
B=51.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal87781740.50.5500.32245.6238.149.41
Hex574EAE3237020f62631
Octal12711625662670403664661
Binary1010111100111010101110110010110111010000011110110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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