#564D74

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

Shades of Victoria #564D74

Tints of Victoria #564D74

Color information

#564D74 (or 0x564D74) is unknown color: approx Victoria. HEX triplet: 56, 4D and 74. RGB value is (86,77,116). Sum of RGB (Red+Green+Blue) = 86+77+116=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 116 - color contains mainly: blue. Hex color #564D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D74 is #A9B28B. Grayscale: #535353. Windows color (decimal): -11121292 or 7621974. OLE color: 7621974.

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

Color convert

RGB8677116-
CMYK0.260.3400.55
HSL253.85º20.21%37.84%-
HSV(B)253.85º33.62%45.49%-
XYZ9.648.5517.66-
YUV84.14145.98129.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 77 (30.47% from 255) = 27.60%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=30.82%
G=27.60%
B=41.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86771160.260.3400.55253.8520.2137.84
Hex564D741A22037fe1426
Octal12611516432420673762446
Binary1010110100110111101001101010001001101111111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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