#516D71

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

Shades of Tax Break #516D71

Tints of Tax Break #516D71

Color information

#516D71 (or 0x516D71) is unknown color: approx Tax Break. HEX triplet: 51, 6D and 71. RGB value is (81,109,113). Sum of RGB (Red+Green+Blue) = 81+109+113=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #516D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D71 is #AE928E. Grayscale: #656565. Windows color (decimal): -11440783 or 7433553. OLE color: 7433553.

HSL color Cylindrical-coordinate representation of color #516D71: hue angle of 187.5º 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 #516D71 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81109113-
CMYK0.280.0400.56
HSL187.5º16.49%38.04%-
HSV(B)187.5º28.32%44.31%-
XYZ11.8413.8817.68-
YUV101.08134.72113.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=26.73%
G=35.97%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811091130.280.0400.56187.516.4938.04
Hex516D711C4038bc1026
Octal1211551613440702742046
Binary1010001110110111100011110010001110001011110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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