#564D72

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

Shades of Victoria #564D72

Tints of Victoria #564D72

Color information

#564D72 (or 0x564D72) is unknown color: approx Victoria. HEX triplet: 56, 4D and 72. RGB value is (86,77,114). Sum of RGB (Red+Green+Blue) = 86+77+114=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #564D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D72 is #A9B28D. Grayscale: #535353. Windows color (decimal): -11121294 or 7490902. OLE color: 7490902.

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

Color convert

RGB8677114-
CMYK0.250.3200.55
HSL254.59º19.37%37.45%-
HSV(B)254.59º32.46%44.71%-
XYZ9.538.517.06-
YUV83.91144.98129.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=31.05%
G=27.80%
B=41.16%

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
Decimal86771140.250.3200.55254.5919.3737.45
Hex564D721920037ff1325
Octal12611516231400673772345
Binary1010110100110111100101100110000001101111111111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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