#556B78

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

Shades of Bismark #556B78

Tints of Bismark #556B78

Color information

#556B78 (or 0x556B78) is unknown color: approx Bismark. HEX triplet: 55, 6B and 78. RGB value is (85,107,120). Sum of RGB (Red+Green+Blue) = 85+107+120=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #556B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B78 is #AA9487. Grayscale: #656565. Windows color (decimal): -11179144 or 7891797. OLE color: 7891797.

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

Color convert

RGB85107120-
CMYK0.290.1100.53
HSL202.29º17.07%40.2%-
HSV(B)202.29º29.17%47.06%-
XYZ12.3913.819.78-
YUV101.9138.21115.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=27.24%
G=34.29%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal851071200.290.1100.53202.2917.0740.2
Hex556B781DB035ca1128
Octal12515317035130653122150
Binary10101011101011111100011101101101101011100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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