#56536A

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

Shades of Smoky #56536A

Tints of Smoky #56536A

Color information

#56536A (or 0x56536A) is unknown color: approx Smoky. HEX triplet: 56, 53 and 6A. RGB value is (86,83,106). Sum of RGB (Red+Green+Blue) = 86+83+106=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #56536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536A is #A9AC95. Grayscale: #565656. Windows color (decimal): -11119766 or 6968150. OLE color: 6968150.

HSL color Cylindrical-coordinate representation of color #56536A: hue angle of 247.83º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #56536A is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8683106-
CMYK0.190.2200.58
HSL247.83º12.17%37.06%-
HSV(B)247.83º21.7%41.57%-
XYZ9.539.2114.91-
YUV86.52138.99127.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=31.27%
G=30.18%
B=38.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86831060.190.2200.58247.8312.1737.06
Hex56536A131603Af8c25
Octal12612315223260723701445
Binary10101101010011110101010011101100111010111110001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56536A; }

 p { color: rgb(86,83,106); }

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

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

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

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

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

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

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