#556B76

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

Shades of Bismark #556B76

Tints of Bismark #556B76

Color information

#556B76 (or 0x556B76) is unknown color: approx Bismark. HEX triplet: 55, 6B and 76. RGB value is (85,107,118). Sum of RGB (Red+Green+Blue) = 85+107+118=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #556B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B76 is #AA9489. Grayscale: #656565. Windows color (decimal): -11179146 or 7760725. OLE color: 7760725.

HSL color Cylindrical-coordinate representation of color #556B76: hue angle of 200º 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 #556B76 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB85107118-
CMYK0.280.0900.54
HSL200º16.26%39.8%-
HSV(B)200º27.97%46.27%-
XYZ12.2713.7519.15-
YUV101.68137.21116.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=27.42%
G=34.52%
B=38.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851071180.280.0900.5420016.2639.8
Hex556B761C9036c81028
Octal12515316634110663102050
Binary10101011101011111011011100100101101101100100010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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