#56555D

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

Shades of Smoky #56555D

Tints of Smoky #56555D

Color information

#56555D (or 0x56555D) is unknown color: approx Smoky. HEX triplet: 56, 55 and 5D. RGB value is (86,85,93). Sum of RGB (Red+Green+Blue) = 86+85+93=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #56555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56555D is #A9AAA2. Grayscale: #565656. Windows color (decimal): -11119267 or 6116694. OLE color: 6116694.

HSL color Cylindrical-coordinate representation of color #56555D: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #56555D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB868593-
CMYK0.080.0900.64
HSL247.5º4.49%34.9%-
HSV(B)247.5º8.6%36.47%-
XYZ9.069.2711.67-
YUV86.21131.83127.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=32.58%
G=32.20%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8685930.080.0900.64247.54.4934.9
Hex56555D89040f8423
Octal12612513510110100370443
Binary101011010101011011101100010010100000011111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56555D; }

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

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

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

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

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

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

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

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