#564973

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

Shades of Victoria #564973

Tints of Victoria #564973

Color information

#564973 (or 0x564973) is unknown color: approx Victoria. HEX triplet: 56, 49 and 73. RGB value is (86,73,115). Sum of RGB (Red+Green+Blue) = 86+73+115=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 115 - color contains mainly: blue. Hex color #564973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564973 is #A9B68C. Grayscale: #515151. Windows color (decimal): -11122317 or 7555414. OLE color: 7555414.

HSL color Cylindrical-coordinate representation of color #564973: hue angle of 258.57º 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 #564973 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8673115-
CMYK0.250.3700.55
HSL258.57º22.34%36.86%-
HSV(B)258.57º36.52%45.1%-
XYZ9.317.9817.27-
YUV81.68146.81131.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 115 (45.31% from 255) = 41.97%
R=31.39%
G=26.64%
B=41.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86731150.250.3700.55258.5722.3436.86
Hex56497319250371031625
Octal12611116331450674032645
Binary10101101001001111001111001100101011011110000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564973; }

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

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

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

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

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

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

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

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