#564D76

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

Shades of Victoria #564D76

Tints of Victoria #564D76

Color information

#564D76 (or 0x564D76) is unknown color: approx Victoria. HEX triplet: 56, 4D and 76. RGB value is (86,77,118). Sum of RGB (Red+Green+Blue) = 86+77+118=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #564D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D76 is #A9B289. Grayscale: #545454. Windows color (decimal): -11121290 or 7753046. OLE color: 7753046.

HSL color Cylindrical-coordinate representation of color #564D76: hue angle of 253.17º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #564D76 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8677118-
CMYK0.270.3500.54
HSL253.17º21.03%38.24%-
HSV(B)253.17º34.75%46.27%-
XYZ9.768.5918.28-
YUV84.36146.98129.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=30.60%
G=27.40%
B=41.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86771180.270.3500.54253.1721.0338.24
Hex564D761B23036fd1526
Octal12611516633430663752546
Binary1010110100110111101101101110001101101101111110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D76; }

 p { color: rgb(86,77,118); }

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

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

 a { background-color: rgb(86,77,118); }

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

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

 span { border-color: rgb(86,77,118); }

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