#516E73

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

Shades of Tax Break #516E73

Tints of Tax Break #516E73

Color information

#516E73 (or 0x516E73) is unknown color: approx Tax Break. HEX triplet: 51, 6E and 73. RGB value is (81,110,115). Sum of RGB (Red+Green+Blue) = 81+110+115=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #516E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E73 is #AE918C. Grayscale: #656565. Windows color (decimal): -11440525 or 7564881. OLE color: 7564881.

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

Color convert

RGB81110115-
CMYK0.300.0400.55
HSL188.82º17.35%38.43%-
HSV(B)188.82º29.57%45.1%-
XYZ12.0614.1418.31-
YUV101.9135.39113.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 115 (45.31% from 255) = 37.58%
R=26.47%
G=35.95%
B=37.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811101150.300.0400.55188.8217.3538.43
Hex516E731E4037bd1126
Octal1211561633640672752146
Binary1010001110111011100111111010001101111011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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