#556A77

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

Shades of Bismark #556A77

Tints of Bismark #556A77

Color information

#556A77 (or 0x556A77) is unknown color: approx Bismark. HEX triplet: 55, 6A and 77. RGB value is (85,106,119). Sum of RGB (Red+Green+Blue) = 85+106+119=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 119 - color contains mainly: blue. Hex color #556A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A77 is #AA9588. Grayscale: #656565. Windows color (decimal): -11179401 or 7826005. OLE color: 7826005.

HSL color Cylindrical-coordinate representation of color #556A77: hue angle of 202.94º 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 #556A77 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB85106119-
CMYK0.290.1100.53
HSL202.94º16.67%40%-
HSV(B)202.94º28.57%46.67%-
XYZ12.2313.5719.43-
YUV101.2138.04116.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=27.42%
G=34.19%
B=38.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851061190.290.1100.53202.9416.6740
Hex556A771DB035cb1128
Octal12515216735130653132150
Binary10101011101010111011111101101101101011100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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