#56556A

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

Shades of Smoky #56556A

Tints of Smoky #56556A

Color information

#56556A (or 0x56556A) is unknown color: approx Smoky. HEX triplet: 56, 55 and 6A. RGB value is (86,85,106). Sum of RGB (Red+Green+Blue) = 86+85+106=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #56556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56556A is #A9AA95. Grayscale: #575757. Windows color (decimal): -11119254 or 6968662. OLE color: 6968662.

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

Color convert

RGB8685106-
CMYK0.190.2000.58
HSL242.86º10.99%37.45%-
HSV(B)242.86º19.81%41.57%-
XYZ9.699.5214.96-
YUV87.69138.33126.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=31.05%
G=30.69%
B=38.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86851060.190.2000.58242.8610.9937.45
Hex56556A131403Af3b25
Octal12612515223240723631345
Binary10101101010101110101010011101000111010111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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