#564E6D

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

Shades of Smoky #564E6D

Tints of Smoky #564E6D

Color information

#564E6D (or 0x564E6D) is unknown color: approx Smoky. HEX triplet: 56, 4E and 6D. RGB value is (86,78,109). Sum of RGB (Red+Green+Blue) = 86+78+109=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #564E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6D is #A9B192. Grayscale: #535353. Windows color (decimal): -11121043 or 7163478. OLE color: 7163478.

HSL color Cylindrical-coordinate representation of color #564E6D: hue angle of 255.48º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564E6D is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8678109-
CMYK0.210.2800.57
HSL255.48º16.58%36.67%-
HSV(B)255.48º28.44%42.75%-
XYZ9.328.5315.62-
YUV83.93142.15129.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=31.50%
G=28.57%
B=39.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal86781090.210.2800.57255.4816.5836.67
Hex564E6D151C039ff1125
Octal12611615525340713772145
Binary101011010011101101101101011110001110011111111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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