#574FB4

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

Shades of Rich Blue #574FB4

Tints of Rich Blue #574FB4

Color information

#574FB4 (or 0x574FB4) is unknown color: approx Rich Blue. HEX triplet: 57, 4F and B4. RGB value is (87,79,180). Sum of RGB (Red+Green+Blue) = 87+79+180=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #574FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FB4 is #A8B04B. Grayscale: #5C5C5C. Windows color (decimal): -11055180 or 11816791. OLE color: 11816791.

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

Color convert

RGB8779180-
CMYK0.520.5600.29
HSL244.75º40.24%50.78%-
HSV(B)244.75º56.11%70.59%-
XYZ14.9610.9144.5-
YUV92.91177.15123.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 180 (70.70% from 255) = 52.02%
R=25.14%
G=22.83%
B=52.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87791800.520.5600.29244.7540.2450.78
Hex574FB4343801Df52833
Octal12711726464700353655063
Binary101011110011111011010011010011100001110111110101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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