#556977

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

Shades of Bismark #556977

Tints of Bismark #556977

Color information

#556977 (or 0x556977) is unknown color: approx Bismark. HEX triplet: 55, 69 and 77. RGB value is (85,105,119). Sum of RGB (Red+Green+Blue) = 85+105+119=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #556977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556977 is #AA9688. Grayscale: #646464. Windows color (decimal): -11179657 or 7825749. OLE color: 7825749.

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

Color convert

RGB85105119-
CMYK0.290.1200.53
HSL204.71º16.67%40%-
HSV(B)204.71º28.57%46.67%-
XYZ12.1313.3719.39-
YUV100.62138.37116.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=27.51%
G=33.98%
B=38.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851051190.290.1200.53204.7116.6740
Hex5569771DC035cd1128
Octal12515116735140653152150
Binary10101011101001111011111101110001101011100110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556977; }

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

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

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

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

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

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

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

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