#574B91

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

Shades of Victoria #574B91

Tints of Victoria #574B91

Color information

#574B91 (or 0x574B91) is unknown color: approx Victoria. HEX triplet: 57, 4B and 91. RGB value is (87,75,145). Sum of RGB (Red+Green+Blue) = 87+75+145=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #574B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574B91 is #A8B46E. Grayscale: #565656. Windows color (decimal): -11056239 or 9522007. OLE color: 9522007.

HSL color Cylindrical-coordinate representation of color #574B91: hue angle of 250.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574B91 is Cyan = 0.4, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8775145-
CMYK0.40.4800.43
HSL250.29º31.82%43.14%-
HSV(B)250.29º48.28%56.86%-
XYZ11.569.127.94-
YUV86.57160.98128.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 145 (57.03% from 255) = 47.23%
R=28.34%
G=24.43%
B=47.23%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87751450.40.4800.43250.2931.8243.14
Hex574B91283002Bfa202b
Octal12711322150600533724053
Binary1010111100101110010001101000110000010101111111010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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