#557179

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

Shades of Bismark #557179

Tints of Bismark #557179

Color information

#557179 (or 0x557179) is unknown color: approx Bismark. HEX triplet: 55, 71 and 79. RGB value is (85,113,121). Sum of RGB (Red+Green+Blue) = 85+113+121=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #557179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557179 is #AA8E86. Grayscale: #696969. Windows color (decimal): -11177607 or 7958869. OLE color: 7958869.

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

Color convert

RGB85113121-
CMYK0.300.0700.53
HSL193.33º17.48%40.39%-
HSV(B)193.33º29.75%47.45%-
XYZ13.115.1220.32-
YUV105.54136.72113.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=26.65%
G=35.42%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851131210.300.0700.53193.3317.4840.39
Hex5571791E7035c11128
Octal1251611713670653012150
Binary1010101111000111110011111011101101011100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557179; }

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

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

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

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

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

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

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

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