#574BB7

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

Shades of Rich Blue #574BB7

Tints of Rich Blue #574BB7

Color information

#574BB7 (or 0x574BB7) is unknown color: approx Rich Blue. HEX triplet: 57, 4B and B7. RGB value is (87,75,183). Sum of RGB (Red+Green+Blue) = 87+75+183=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #574BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BB7 is #A8B448. Grayscale: #5A5A5A. Windows color (decimal): -11056201 or 12012375. OLE color: 12012375.

HSL color Cylindrical-coordinate representation of color #574BB7: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #574BB7 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8775183-
CMYK0.520.5900.28
HSL246.67º42.86%50.59%-
HSV(B)246.67º59.02%71.76%-
XYZ14.9910.4846.03-
YUV90.9179.98125.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.22%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 183 (71.88% from 255) = 53.04%
R=25.22%
G=21.74%
B=53.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal87751830.520.5900.28246.6742.8650.59
Hex574BB7343B01Cf72b33
Octal12711326764730343675363
Binary101011110010111011011111010011101101110011110111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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