#565562

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

Shades of Smoky #565562

Tints of Smoky #565562

Color information

#565562 (or 0x565562) is unknown color: approx Smoky. HEX triplet: 56, 55 and 62. RGB value is (86,85,98). Sum of RGB (Red+Green+Blue) = 86+85+98=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 98 - color contains mainly: blue. Hex color #565562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565562 is #A9AA9D. Grayscale: #565656. Windows color (decimal): -11119262 or 6444374. OLE color: 6444374.

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

Color convert

RGB868598-
CMYK0.120.1300.62
HSL244.62º7.1%35.88%-
HSV(B)244.62º13.27%38.43%-
XYZ9.299.3612.87-
YUV86.78134.33127.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 98 (38.67% from 255) = 36.43%
R=31.97%
G=31.60%
B=36.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8685980.120.1300.62244.627.135.88
Hex565562CD03Ef5724
Octal1261251421415076365744
Binary10101101010101110001011001101011111011110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565562; }

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

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

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

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

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

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

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

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