#556873

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

Shades of Bismark #556873

Tints of Bismark #556873

Color information

#556873 (or 0x556873) is unknown color: approx Bismark. HEX triplet: 55, 68 and 73. RGB value is (85,104,115). Sum of RGB (Red+Green+Blue) = 85+104+115=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #556873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556873 is #AA978C. Grayscale: #636363. Windows color (decimal): -11179917 or 7563349. OLE color: 7563349.

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

Color convert

RGB85104115-
CMYK0.260.1000.55
HSL202º15%39.22%-
HSV(B)202º26.09%45.1%-
XYZ11.7913.0718.12-
YUV99.57136.71117.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=27.96%
G=34.21%
B=37.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851041150.260.1000.552021539.22
Hex5568731AA037caf27
Octal12515016332120673121747
Binary1010101110100011100111101010100110111110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556873; }

 p { color: rgb(85,104,115); }

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

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

 a { background-color: rgb(85,104,115); }

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

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

 span { border-color: rgb(85,104,115); }

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