#556C78

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

Shades of Bismark #556C78

Tints of Bismark #556C78

Color information

#556C78 (or 0x556C78) is unknown color: approx Bismark. HEX triplet: 55, 6C and 78. RGB value is (85,108,120). Sum of RGB (Red+Green+Blue) = 85+108+120=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #556C78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C78 is #AA9387. Grayscale: #666666. Windows color (decimal): -11178888 or 7892053. OLE color: 7892053.

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

Color convert

RGB85108120-
CMYK0.290.1000.53
HSL200.57º17.07%40.2%-
HSV(B)200.57º29.17%47.06%-
XYZ12.514.0119.82-
YUV102.49137.88115.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=27.16%
G=34.50%
B=38.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851081200.290.1000.53200.5717.0740.2
Hex556C781DA035c91128
Octal12515417035120653112150
Binary10101011101100111100011101101001101011100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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