#516C73

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

Shades of Bismark #516C73

Tints of Bismark #516C73

Color information

#516C73 (or 0x516C73) is unknown color: approx Bismark. HEX triplet: 51, 6C and 73. RGB value is (81,108,115). Sum of RGB (Red+Green+Blue) = 81+108+115=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 108 (42.58% from 255 or 35.53% 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 #516C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C73 is #AE938C. Grayscale: #646464. Windows color (decimal): -11441037 or 7564369. OLE color: 7564369.

HSL color Cylindrical-coordinate representation of color #516C73: hue angle of 192.35º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516C73 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81108115-
CMYK0.300.0600.55
HSL192.35º17.35%38.43%-
HSV(B)192.35º29.57%45.1%-
XYZ11.8513.7118.24-
YUV100.72136.05113.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=26.64%
G=35.53%
B=37.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811081150.300.0600.55192.3517.3538.43
Hex516C731E6037c01126
Octal1211541633660673002146
Binary1010001110110011100111111011001101111100000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516C73; }

 p { color: rgb(81,108,115); }

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

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

 a { background-color: rgb(81,108,115); }

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

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

 span { border-color: rgb(81,108,115); }

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