#557177

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

Shades of Bismark #557177

Tints of Bismark #557177

Color information

#557177 (or 0x557177) is unknown color: approx Bismark. HEX triplet: 55, 71 and 77. RGB value is (85,113,119). Sum of RGB (Red+Green+Blue) = 85+113+119=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #557177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557177 is #AA8E88. Grayscale: #696969. Windows color (decimal): -11177609 or 7827797. OLE color: 7827797.

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

Color convert

RGB85113119-
CMYK0.290.0500.53
HSL190.59º16.67%40%-
HSV(B)190.59º28.57%46.67%-
XYZ12.9815.0719.68-
YUV105.31135.72113.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=26.81%
G=35.65%
B=37.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851131190.290.0500.53190.5916.6740
Hex5571771D5035bf1128
Octal1251611673550652772150
Binary1010101111000111101111110110101101011011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557177; }

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

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

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

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

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

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

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

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