#565565

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

Shades of Smoky #565565

Tints of Smoky #565565

Color information

#565565 (or 0x565565) is unknown color: approx Smoky. HEX triplet: 56, 55 and 65. RGB value is (86,85,101). Sum of RGB (Red+Green+Blue) = 86+85+101=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #565565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565565 is #A9AA9A. Grayscale: #575757. Windows color (decimal): -11119259 or 6640982. OLE color: 6640982.

HSL color Cylindrical-coordinate representation of color #565565: hue angle of 243.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565565 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8685101-
CMYK0.150.1600.60
HSL243.75º8.6%36.47%-
HSV(B)243.75º15.84%39.61%-
XYZ9.449.4213.63-
YUV87.12135.83127.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.62%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=31.62%
G=31.25%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86851010.150.1600.60243.758.636.47
Hex565565F1003Cf4924
Octal12612514517200743641144
Binary1010110101010111001011111100000111100111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565565; }

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

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

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

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

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

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

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

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