#516A6D

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

Shades of Tax Break #516A6D

Tints of Tax Break #516A6D

Color information

#516A6D (or 0x516A6D) is unknown color: approx Tax Break. HEX triplet: 51, 6A and 6D. RGB value is (81,106,109). Sum of RGB (Red+Green+Blue) = 81+106+109=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 109 - color contains mainly: blue. Hex color #516A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A6D is #AE9592. Grayscale: #626262. Windows color (decimal): -11441555 or 7170641. OLE color: 7170641.

HSL color Cylindrical-coordinate representation of color #516A6D: hue angle of 186.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516A6D is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB81106109-
CMYK0.260.0300.57
HSL186.43º14.74%37.25%-
HSV(B)186.43º25.69%42.75%-
XYZ11.3113.1616.41-
YUV98.87133.72115.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 106 (41.80% from 255) = 35.81%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=27.36%
G=35.81%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811061090.260.0300.57186.4314.7437.25
Hex516A6D1A3039baf25
Octal1211521553230712721745
Binary10100011101010110110111010110111001101110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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