#564D71

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

Shades of Smoky #564D71

Tints of Smoky #564D71

Color information

#564D71 (or 0x564D71) is unknown color: approx Smoky. HEX triplet: 56, 4D and 71. RGB value is (86,77,113). Sum of RGB (Red+Green+Blue) = 86+77+113=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #564D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D71 is #A9B28E. Grayscale: #535353. Windows color (decimal): -11121295 or 7425366. OLE color: 7425366.

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

Color convert

RGB8677113-
CMYK0.240.3200.56
HSL255º18.95%37.25%-
HSV(B)255º31.86%44.31%-
XYZ9.478.4816.76-
YUV83.8144.48129.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=31.16%
G=27.90%
B=40.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86771130.240.3200.5625518.9537.25
Hex564D711820038ff1325
Octal12611516130400703772345
Binary1010110100110111100011100010000001110001111111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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