#516C71

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

Shades of Tax Break #516C71

Tints of Tax Break #516C71

Color information

#516C71 (or 0x516C71) is unknown color: approx Tax Break. HEX triplet: 51, 6C and 71. RGB value is (81,108,113). Sum of RGB (Red+Green+Blue) = 81+108+113=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 113 - color contains mainly: blue. Hex color #516C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C71 is #AE938E. Grayscale: #646464. Windows color (decimal): -11441039 or 7433297. OLE color: 7433297.

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

Color convert

RGB81108113-
CMYK0.280.0400.56
HSL189.38º16.49%38.04%-
HSV(B)189.38º28.32%44.31%-
XYZ11.7413.6717.64-
YUV100.5135.05114.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=26.82%
G=35.76%
B=37.42%

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
Decimal811081130.280.0400.56189.3816.4938.04
Hex516C711C4038bd1026
Octal1211541613440702752046
Binary1010001110110011100011110010001110001011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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