#556D78

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

Shades of Bismark #556D78

Tints of Bismark #556D78

Color information

#556D78 (or 0x556D78) is unknown color: approx Bismark. HEX triplet: 55, 6D and 78. RGB value is (85,109,120). Sum of RGB (Red+Green+Blue) = 85+109+120=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #556D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556D78 is #AA9287. Grayscale: #676767. Windows color (decimal): -11178632 or 7892309. OLE color: 7892309.

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

Color convert

RGB85109120-
CMYK0.290.0900.53
HSL198.86º17.07%40.2%-
HSV(B)198.86º29.17%47.06%-
XYZ12.6114.2219.85-
YUV103.08137.55115.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=27.07%
G=34.71%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851091200.290.0900.53198.8617.0740.2
Hex556D781D9035c71128
Octal12515517035110653072150
Binary10101011101101111100011101100101101011100011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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