#556C74

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

Shades of Bismark #556C74

Tints of Bismark #556C74

Color information

#556C74 (or 0x556C74) is unknown color: approx Bismark. HEX triplet: 55, 6C and 74. RGB value is (85,108,116). Sum of RGB (Red+Green+Blue) = 85+108+116=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 116 - color contains mainly: blue. Hex color #556C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C74 is #AA938B. Grayscale: #656565. Windows color (decimal): -11178892 or 7629909. OLE color: 7629909.

HSL color Cylindrical-coordinate representation of color #556C74: hue angle of 195.48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556C74 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85108116-
CMYK0.270.0700.55
HSL195.48º15.42%39.41%-
HSV(B)195.48º26.72%45.49%-
XYZ12.2613.9218.56-
YUV102.04135.88115.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=27.51%
G=34.95%
B=37.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851081160.270.0700.55195.4815.4239.41
Hex556C741B7037c3f27
Octal1251541643370673031747
Binary101010111011001110100110111110110111110000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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