#516871

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

Shades of Bismark #516871

Tints of Bismark #516871

Color information

#516871 (or 0x516871) is unknown color: approx Bismark. HEX triplet: 51, 68 and 71. RGB value is (81,104,113). Sum of RGB (Red+Green+Blue) = 81+104+113=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #516871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516871 is #AE978E. Grayscale: #626262. Windows color (decimal): -11442063 or 7432273. OLE color: 7432273.

HSL color Cylindrical-coordinate representation of color #516871: hue angle of 196.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516871 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81104113-
CMYK0.280.0800.56
HSL196.88º16.49%38.04%-
HSV(B)196.88º28.32%44.31%-
XYZ11.3212.8417.5-
YUV98.15136.38115.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=27.18%
G=34.90%
B=37.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811041130.280.0800.56196.8816.4938.04
Hex5168711C8038c51026
Octal12115016134100703052046
Binary10100011101000111000111100100001110001100010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516871; }

 p { color: rgb(81,104,113); }

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

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

 a { background-color: rgb(81,104,113); }

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

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

 span { border-color: rgb(81,104,113); }

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