#574AB4

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

Shades of Rich Blue #574AB4

Tints of Rich Blue #574AB4

Color information

#574AB4 (or 0x574AB4) is unknown color: approx Rich Blue. HEX triplet: 57, 4A and B4. RGB value is (87,74,180). Sum of RGB (Red+Green+Blue) = 87+74+180=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #574AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574AB4 is #A8B54B. Grayscale: #595959. Windows color (decimal): -11056460 or 11815511. OLE color: 11815511.

HSL color Cylindrical-coordinate representation of color #574AB4: hue angle of 247.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574AB4 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8774180-
CMYK0.520.5900.29
HSL247.36º41.73%49.8%-
HSV(B)247.36º58.89%70.59%-
XYZ14.6210.2244.38-
YUV89.97178.81125.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.51%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 180 (70.70% from 255) = 52.79%
R=25.51%
G=21.70%
B=52.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87741800.520.5900.29247.3641.7349.8
Hex574AB4343B01Df72a32
Octal12711226464730353675262
Binary101011110010101011010011010011101101110111110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,180); }

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

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

 a { background-color: rgb(87,74,180); }

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

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

 span { border-color: rgb(87,74,180); }

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