#56536C

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

Shades of Smoky #56536C

Tints of Smoky #56536C

Color information

#56536C (or 0x56536C) is unknown color: approx Smoky. HEX triplet: 56, 53 and 6C. RGB value is (86,83,108). Sum of RGB (Red+Green+Blue) = 86+83+108=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #56536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56536C is #A9AC93. Grayscale: #565656. Windows color (decimal): -11119764 or 7099222. OLE color: 7099222.

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

Color convert

RGB8683108-
CMYK0.200.2300.58
HSL247.2º13.09%37.45%-
HSV(B)247.2º23.15%42.35%-
XYZ9.649.2515.46-
YUV86.75139.99127.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=31.05%
G=29.96%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86831080.200.2300.58247.213.0937.45
Hex56536C141703Af7d25
Octal12612315424270723671545
Binary10101101010011110110010100101110111010111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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