#556874

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

Shades of Bismark #556874

Tints of Bismark #556874

Color information

#556874 (or 0x556874) is unknown color: approx Bismark. HEX triplet: 55, 68 and 74. RGB value is (85,104,116). Sum of RGB (Red+Green+Blue) = 85+104+116=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 116 - color contains mainly: blue. Hex color #556874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556874 is #AA978B. Grayscale: #636363. Windows color (decimal): -11179916 or 7628885. OLE color: 7628885.

HSL color Cylindrical-coordinate representation of color #556874: hue angle of 203.23º 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 #556874 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB85104116-
CMYK0.270.1000.55
HSL203.23º15.42%39.41%-
HSV(B)203.23º26.72%45.49%-
XYZ11.8513.0918.43-
YUV99.69137.21117.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 116 (45.70% from 255) = 38.03%
R=27.87%
G=34.10%
B=38.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851041160.270.1000.55203.2315.4239.41
Hex5568741BA037cbf27
Octal12515016433120673131747
Binary1010101110100011101001101110100110111110010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556874; }

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

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

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

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

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

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

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

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