#564E6C

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

Shades of Smoky #564E6C

Tints of Smoky #564E6C

Color information

#564E6C (or 0x564E6C) is unknown color: approx Smoky. HEX triplet: 56, 4E and 6C. RGB value is (86,78,108). Sum of RGB (Red+Green+Blue) = 86+78+108=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #564E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E6C is #A9B193. Grayscale: #535353. Windows color (decimal): -11121044 or 7097942. OLE color: 7097942.

HSL color Cylindrical-coordinate representation of color #564E6C: hue angle of 256º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #564E6C is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8678108-
CMYK0.200.2800.58
HSL256º16.13%36.47%-
HSV(B)256º27.78%42.35%-
XYZ9.278.5115.34-
YUV83.81141.65129.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=31.62%
G=28.68%
B=39.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86781080.200.2800.5825616.1336.47
Hex564E6C141C03A1001024
Octal12611615424340724002044
Binary1010110100111011011001010011100011101010000000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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