#56546A

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

Shades of Smoky #56546A

Tints of Smoky #56546A

Color information

#56546A (or 0x56546A) is unknown color: approx Smoky. HEX triplet: 56, 54 and 6A. RGB value is (86,84,106). Sum of RGB (Red+Green+Blue) = 86+84+106=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #56546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56546A is #A9AB95. Grayscale: #575757. Windows color (decimal): -11119510 or 6968406. OLE color: 6968406.

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

Color convert

RGB8684106-
CMYK0.190.2100.58
HSL245.45º11.58%37.25%-
HSV(B)245.45º20.75%41.57%-
XYZ9.619.3614.94-
YUV87.11138.66127.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=31.16%
G=30.43%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86841060.190.2100.58245.4511.5837.25
Hex56546A131503Af5c25
Octal12612415223250723651445
Binary10101101010100110101010011101010111010111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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