#56546B

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

Shades of Smoky #56546B

Tints of Smoky #56546B

Color information

#56546B (or 0x56546B) is unknown color: approx Smoky. HEX triplet: 56, 54 and 6B. RGB value is (86,84,107). Sum of RGB (Red+Green+Blue) = 86+84+107=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 107 - color contains mainly: blue. Hex color #56546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56546B is #A9AB94. Grayscale: #575757. Windows color (decimal): -11119509 or 7033942. OLE color: 7033942.

HSL color Cylindrical-coordinate representation of color #56546B: hue angle of 245.22º 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 #56546B is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8684107-
CMYK0.200.2100.58
HSL245.22º12.04%37.45%-
HSV(B)245.22º21.5%41.96%-
XYZ9.669.3815.21-
YUV87.22139.16127.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=31.05%
G=30.32%
B=38.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86841070.200.2100.58245.2212.0437.45
Hex56546B141503Af5c25
Octal12612415324250723651445
Binary10101101010100110101110100101010111010111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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