#516E76

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

Shades of Bismark #516E76

Tints of Bismark #516E76

Color information

#516E76 (or 0x516E76) is unknown color: approx Bismark. HEX triplet: 51, 6E and 76. RGB value is (81,110,118). Sum of RGB (Red+Green+Blue) = 81+110+118=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #516E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E76 is #AE9189. Grayscale: #666666. Windows color (decimal): -11440522 or 7761489. OLE color: 7761489.

HSL color Cylindrical-coordinate representation of color #516E76: hue angle of 192.97º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516E76 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81110118-
CMYK0.310.0700.54
HSL192.97º18.59%39.02%-
HSV(B)192.97º31.36%46.27%-
XYZ12.2414.2119.24-
YUV102.24136.89112.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=26.21%
G=35.60%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811101180.310.0700.54192.9718.5939.02
Hex516E761F7036c11327
Octal1211561663770663012347
Binary1010001110111011101101111111101101101100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,110,118); }

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

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

 a { background-color: rgb(81,110,118); }

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

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

 span { border-color: rgb(81,110,118); }

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