#516D74

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

Shades of Bismark #516D74

Tints of Bismark #516D74

Color information

#516D74 (or 0x516D74) is unknown color: approx Bismark. HEX triplet: 51, 6D and 74. RGB value is (81,109,116). Sum of RGB (Red+Green+Blue) = 81+109+116=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #516D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D74 is #AE928B. Grayscale: #656565. Windows color (decimal): -11440780 or 7630161. OLE color: 7630161.

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

Color convert

RGB81109116-
CMYK0.300.0600.55
HSL192º17.77%38.63%-
HSV(B)192º30.17%45.49%-
XYZ12.0113.9518.58-
YUV101.43136.22113.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=26.47%
G=35.62%
B=37.91%

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
Decimal811091160.300.0600.5519217.7738.63
Hex516D741E6037c01227
Octal1211551643660673002247
Binary1010001110110111101001111011001101111100000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,116); }

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

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

 a { background-color: rgb(81,109,116); }

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

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

 span { border-color: rgb(81,109,116); }

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