#556E79

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

Shades of Bismark #556E79

Tints of Bismark #556E79

Color information

#556E79 (or 0x556E79) is unknown color: approx Bismark. HEX triplet: 55, 6E and 79. RGB value is (85,110,121). Sum of RGB (Red+Green+Blue) = 85+110+121=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #556E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E79 is #AA9186. Grayscale: #676767. Windows color (decimal): -11178375 or 7958101. OLE color: 7958101.

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

Color convert

RGB85110121-
CMYK0.300.0900.53
HSL198.33º17.48%40.39%-
HSV(B)198.33º29.75%47.45%-
XYZ12.7714.4620.21-
YUV103.78137.72114.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=26.90%
G=34.81%
B=38.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851101210.300.0900.53198.3317.4840.39
Hex556E791E9035c61128
Octal12515617136110653062150
Binary10101011101110111100111110100101101011100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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