#516D72

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

Shades of Tax Break #516D72

Tints of Tax Break #516D72

Color information

#516D72 (or 0x516D72) is unknown color: approx Tax Break. HEX triplet: 51, 6D and 72. RGB value is (81,109,114). Sum of RGB (Red+Green+Blue) = 81+109+114=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 114 - color contains mainly: blue. Hex color #516D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D72 is #AE928D. Grayscale: #656565. Windows color (decimal): -11440782 or 7499089. OLE color: 7499089.

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

Color convert

RGB81109114-
CMYK0.290.0400.55
HSL189.09º16.92%38.24%-
HSV(B)189.09º28.95%44.71%-
XYZ11.913.917.98-
YUV101.2135.22113.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=26.64%
G=35.86%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811091140.290.0400.55189.0916.9238.24
Hex516D721D4037bd1126
Octal1211551623540672752146
Binary1010001110110111100101110110001101111011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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