#556E77

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

Shades of Bismark #556E77

Tints of Bismark #556E77

Color information

#556E77 (or 0x556E77) is unknown color: approx Bismark. HEX triplet: 55, 6E and 77. RGB value is (85,110,119). Sum of RGB (Red+Green+Blue) = 85+110+119=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #556E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E77 is #AA9188. Grayscale: #676767. Windows color (decimal): -11178377 or 7827029. OLE color: 7827029.

HSL color Cylindrical-coordinate representation of color #556E77: hue angle of 195.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556E77 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85110119-
CMYK0.290.0800.53
HSL195.88º16.67%40%-
HSV(B)195.88º28.57%46.67%-
XYZ12.6514.4219.57-
YUV103.55136.72114.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=27.07%
G=35.03%
B=37.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851101190.290.0800.53195.8816.6740
Hex556E771D8035c41128
Octal12515616735100653042150
Binary10101011101110111011111101100001101011100010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,110,119); }

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

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

 a { background-color: rgb(85,110,119); }

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

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

 span { border-color: rgb(85,110,119); }

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