#564E79

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

Shades of Victoria #564E79

Tints of Victoria #564E79

Color information

#564E79 (or 0x564E79) is unknown color: approx Victoria. HEX triplet: 56, 4E and 79. RGB value is (86,78,121). Sum of RGB (Red+Green+Blue) = 86+78+121=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #564E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E79 is #A9B186. Grayscale: #555555. Windows color (decimal): -11121031 or 7949910. OLE color: 7949910.

HSL color Cylindrical-coordinate representation of color #564E79: hue angle of 251.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564E79 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8678121-
CMYK0.290.3600.53
HSL251.16º21.61%39.02%-
HSV(B)251.16º35.54%47.45%-
XYZ10.018.8119.26-
YUV85.29148.15128.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=30.18%
G=27.37%
B=42.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86781210.290.3600.53251.1621.6139.02
Hex564E791D24035fb1627
Octal12611617135440653732647
Binary1010110100111011110011110110010001101011111101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,121); }

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

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

 a { background-color: rgb(86,78,121); }

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

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

 span { border-color: rgb(86,78,121); }

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