#565662

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

Shades of Smoky #565662

Tints of Smoky #565662

Color information

#565662 (or 0x565662) is unknown color: approx Smoky. HEX triplet: 56, 56 and 62. RGB value is (86,86,98). Sum of RGB (Red+Green+Blue) = 86+86+98=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #565662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565662 is #A9A99D. Grayscale: #575757. Windows color (decimal): -11119006 or 6444630. OLE color: 6444630.

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

Color convert

RGB868698-
CMYK0.120.1200.62
HSL240º6.52%36.08%-
HSV(B)240º12.24%38.43%-
XYZ9.379.5212.9-
YUV87.37134127.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.85%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=31.85%
G=31.85%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8686980.120.1200.622406.5236.08
Hex565662CC03Ef0724
Octal1261261421414076360744
Binary10101101010110110001011001100011111011110000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565662; }

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

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

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

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

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

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

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

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