#516C76

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

Shades of Bismark #516C76

Tints of Bismark #516C76

Color information

#516C76 (or 0x516C76) is unknown color: approx Bismark. HEX triplet: 51, 6C and 76. RGB value is (81,108,118). Sum of RGB (Red+Green+Blue) = 81+108+118=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #516C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C76 is #AE9389. Grayscale: #656565. Windows color (decimal): -11441034 or 7760977. OLE color: 7760977.

HSL color Cylindrical-coordinate representation of color #516C76: hue angle of 196.22º 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 #516C76 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81108118-
CMYK0.310.0800.54
HSL196.22º18.59%39.02%-
HSV(B)196.22º31.36%46.27%-
XYZ12.0313.7819.17-
YUV101.07137.55113.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.38%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=26.38%
G=35.18%
B=38.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811081180.310.0800.54196.2218.5939.02
Hex516C761F8036c41327
Octal12115416637100663042347
Binary10100011101100111011011111100001101101100010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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