#574A73

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

Shades of Victoria #574A73

Tints of Victoria #574A73

Color information

#574A73 (or 0x574A73) is unknown color: approx Victoria. HEX triplet: 57, 4A and 73. RGB value is (87,74,115). Sum of RGB (Red+Green+Blue) = 87+74+115=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #574A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A73 is #A8B58C. Grayscale: #525252. Windows color (decimal): -11056525 or 7555671. OLE color: 7555671.

HSL color Cylindrical-coordinate representation of color #574A73: hue angle of 259.02º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #574A73 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8774115-
CMYK0.240.3600.55
HSL259.02º21.69%37.06%-
HSV(B)259.02º35.65%45.1%-
XYZ9.478.1617.3-
YUV82.56146.31131.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=31.52%
G=26.81%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87741150.240.3600.55259.0221.6937.06
Hex574A7318240371031625
Octal12711216330440674032645
Binary10101111001010111001111000100100011011110000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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