#556D76

Color #556D76 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #556D76

Tints of Bismark #556D76

Color information

#556D76 (or 0x556D76) is unknown color: approx Bismark. HEX triplet: 55, 6D and 76. RGB value is (85,109,118). Sum of RGB (Red+Green+Blue) = 85+109+118=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #556D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D76 is #AA9289. Grayscale: #666666. Windows color (decimal): -11178634 or 7761237. OLE color: 7761237.

HSL color Cylindrical-coordinate representation of color #556D76: hue angle of 196.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556D76 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85109118-
CMYK0.280.0800.54
HSL196.36º16.26%39.8%-
HSV(B)196.36º27.97%46.27%-
XYZ12.4814.1819.22-
YUV102.85136.55115.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=27.24%
G=34.94%
B=37.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851091180.280.0800.54196.3616.2639.8
Hex556D761C8036c41028
Octal12515516634100663042050
Binary10101011101101111011011100100001101101100010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556D76; }

 p { color: rgb(85,109,118); }

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

<style>
 a { background-color: #556D76; }

 a { background-color: rgb(85,109,118); }

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

<style>
 span { border-color: #556D76; }

 span { border-color: rgb(85,109,118); }

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