#516E71

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

Shades of Tax Break #516E71

Tints of Tax Break #516E71

Color information

#516E71 (or 0x516E71) is unknown color: approx Tax Break. HEX triplet: 51, 6E and 71. RGB value is (81,110,113). Sum of RGB (Red+Green+Blue) = 81+110+113=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #516E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E71 is #AE918E. Grayscale: #656565. Windows color (decimal): -11440527 or 7433809. OLE color: 7433809.

HSL color Cylindrical-coordinate representation of color #516E71: hue angle of 185.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516E71 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81110113-
CMYK0.280.0300.56
HSL185.62º16.49%38.04%-
HSV(B)185.62º28.32%44.31%-
XYZ11.9514.0917.71-
YUV101.67134.39113.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=26.64%
G=36.18%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811101130.280.0300.56185.6216.4938.04
Hex516E711C3038ba1026
Octal1211561613430702722046
Binary101000111011101110001111001101110001011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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