#565661

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

Shades of Smoky #565661

Tints of Smoky #565661

Color information

#565661 (or 0x565661) is unknown color: approx Smoky. HEX triplet: 56, 56 and 61. RGB value is (86,86,97). Sum of RGB (Red+Green+Blue) = 86+86+97=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #565661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565661 is #A9A99E. Grayscale: #575757. Windows color (decimal): -11119007 or 6379094. OLE color: 6379094.

HSL color Cylindrical-coordinate representation of color #565661: hue angle of 240º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #565661 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB868697-
CMYK0.110.1100.62
HSL240º6.01%35.88%-
HSV(B)240º11.34%38.04%-
XYZ9.329.512.65-
YUV87.25133.5127.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=31.97%
G=31.97%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8686970.110.1100.622406.0135.88
Hex565661BB03Ef0624
Octal1261261411313076360644
Binary10101101010110110000110111011011111011110000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565661; }

 p { color: rgb(86,86,97); }

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

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

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

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

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

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

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