#56556B

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

Shades of Smoky #56556B

Tints of Smoky #56556B

Color information

#56556B (or 0x56556B) is unknown color: approx Smoky. HEX triplet: 56, 55 and 6B. RGB value is (86,85,107). Sum of RGB (Red+Green+Blue) = 86+85+107=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 107 - color contains mainly: blue. Hex color #56556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56556B is #A9AA94. Grayscale: #575757. Windows color (decimal): -11119253 or 7034198. OLE color: 7034198.

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

Color convert

RGB8685107-
CMYK0.200.2100.58
HSL242.73º11.46%37.65%-
HSV(B)242.73º20.56%41.96%-
XYZ9.749.5415.24-
YUV87.81138.83126.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=30.94%
G=30.58%
B=38.49%

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
Decimal86851070.200.2100.58242.7311.4637.65
Hex56556B141503Af3b26
Octal12612515324250723631346
Binary10101101010101110101110100101010111010111100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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