#564E73

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

Shades of Victoria #564E73

Tints of Victoria #564E73

Color information

#564E73 (or 0x564E73) is unknown color: approx Victoria. HEX triplet: 56, 4E and 73. RGB value is (86,78,115). Sum of RGB (Red+Green+Blue) = 86+78+115=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #564E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E73 is #A9B18C. Grayscale: #545454. Windows color (decimal): -11121037 or 7556694. OLE color: 7556694.

HSL color Cylindrical-coordinate representation of color #564E73: hue angle of 252.97º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #564E73 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8678115-
CMYK0.250.3200.55
HSL252.97º19.17%37.84%-
HSV(B)252.97º32.17%45.1%-
XYZ9.668.6717.38-
YUV84.61145.15128.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=30.82%
G=27.96%
B=41.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86781150.250.3200.55252.9719.1737.84
Hex564E731920037fd1326
Octal12611616331400673752346
Binary1010110100111011100111100110000001101111111110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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