#556E78

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

Shades of Bismark #556E78

Tints of Bismark #556E78

Color information

#556E78 (or 0x556E78) is unknown color: approx Bismark. HEX triplet: 55, 6E and 78. RGB value is (85,110,120). Sum of RGB (Red+Green+Blue) = 85+110+120=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 120 - color contains mainly: blue. Hex color #556E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E78 is #AA9187. Grayscale: #676767. Windows color (decimal): -11178376 or 7892565. OLE color: 7892565.

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

Color convert

RGB85110120-
CMYK0.290.0800.53
HSL197.14º17.07%40.2%-
HSV(B)197.14º29.17%47.06%-
XYZ12.7114.4419.89-
YUV103.66137.22114.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 120 (47.27% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851101200.290.0800.53197.1417.0740.2
Hex556E781D8035c51128
Octal12515617035100653052150
Binary10101011101110111100011101100001101011100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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