#556B79

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

Shades of Bismark #556B79

Tints of Bismark #556B79

Color information

#556B79 (or 0x556B79) is unknown color: approx Bismark. HEX triplet: 55, 6B and 79. RGB value is (85,107,121). Sum of RGB (Red+Green+Blue) = 85+107+121=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #556B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B79 is #AA9486. Grayscale: #656565. Windows color (decimal): -11179143 or 7957333. OLE color: 7957333.

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

Color convert

RGB85107121-
CMYK0.300.1200.53
HSL203.33º17.48%40.39%-
HSV(B)203.33º29.75%47.45%-
XYZ12.4613.8320.1-
YUV102.02138.71115.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=27.16%
G=34.19%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851071210.300.1200.53203.3317.4840.39
Hex556B791EC035cb1128
Octal12515317136140653132150
Binary10101011101011111100111110110001101011100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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