#574973

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

Shades of Victoria #574973

Tints of Victoria #574973

Color information

#574973 (or 0x574973) is unknown color: approx Victoria. HEX triplet: 57, 49 and 73. RGB value is (87,73,115). Sum of RGB (Red+Green+Blue) = 87+73+115=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #574973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574973 is #A8B68C. Grayscale: #515151. Windows color (decimal): -11056781 or 7555415. OLE color: 7555415.

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

Color convert

RGB8773115-
CMYK0.240.3700.55
HSL260º22.34%36.86%-
HSV(B)260º36.52%45.1%-
XYZ9.418.0317.27-
YUV81.97146.64131.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.64%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=31.64%
G=26.55%
B=41.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87731150.240.3700.5526022.3436.86
Hex57497318250371041625
Octal12711116330450674042645
Binary10101111001001111001111000100101011011110000010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574973; }

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

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

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

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

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

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

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

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