#565663

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

Shades of Smoky #565663

Tints of Smoky #565663

Color information

#565663 (or 0x565663) is unknown color: approx Smoky. HEX triplet: 56, 56 and 63. RGB value is (86,86,99). Sum of RGB (Red+Green+Blue) = 86+86+99=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: blue. Hex color #565663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565663 is #A9A99C. Grayscale: #575757. Windows color (decimal): -11119005 or 6510166. OLE color: 6510166.

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

Color convert

RGB868699-
CMYK0.130.1300.61
HSL240º7.03%36.27%-
HSV(B)240º13.13%38.82%-
XYZ9.429.5313.15-
YUV87.48134.5126.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.73%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=31.73%
G=31.73%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8686990.130.1300.612407.0336.27
Hex565663DD03Df0724
Octal1261261431515075360744
Binary10101101010110110001111011101011110111110000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565663; }

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

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

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

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

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

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

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

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