#574BB2

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

Shades of Rich Blue #574BB2

Tints of Rich Blue #574BB2

Color information

#574BB2 (or 0x574BB2) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and B2. RGB value is (87,75,178). Sum of RGB (Red+Green+Blue) = 87+75+178=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #574BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574BB2 is #A8B44D. Grayscale: #595959. Windows color (decimal): -11056206 or 11684695. OLE color: 11684695.

HSL color Cylindrical-coordinate representation of color #574BB2: hue angle of 246.99º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #574BB2 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8775178-
CMYK0.510.5800.30
HSL246.99º40.71%49.61%-
HSV(B)246.99º57.87%69.8%-
XYZ14.4810.2743.34-
YUV90.33177.48125.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 178 (69.92% from 255) = 52.35%
R=25.59%
G=22.06%
B=52.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal87751780.510.5800.30246.9940.7149.61
Hex574BB2333A01Ef72932
Octal12711326263720363675162
Binary101011110010111011001011001111101001111011110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,178); }

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

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

 a { background-color: rgb(87,75,178); }

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

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

 span { border-color: rgb(87,75,178); }

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