#565566

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

Shades of Smoky #565566

Tints of Smoky #565566

Color information

#565566 (or 0x565566) is unknown color: approx Smoky. HEX triplet: 56, 55 and 66. RGB value is (86,85,102). Sum of RGB (Red+Green+Blue) = 86+85+102=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #565566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565566 is #A9AA99. Grayscale: #575757. Windows color (decimal): -11119258 or 6706518. OLE color: 6706518.

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

Color convert

RGB8685102-
CMYK0.160.1700.6
HSL243.53º9.09%36.67%-
HSV(B)243.53º16.67%40%-
XYZ9.489.4313.89-
YUV87.24136.33127.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=31.50%
G=31.14%
B=37.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86851020.160.1700.6243.539.0936.67
Hex565566101103Cf4925
Octal12612514620210743641145
Binary10101101010101110011010000100010111100111101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565566; }

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

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

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

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

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

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

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

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