#516B71

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

Shades of Tax Break #516B71

Tints of Tax Break #516B71

Color information

#516B71 (or 0x516B71) is unknown color: approx Tax Break. HEX triplet: 51, 6B and 71. RGB value is (81,107,113). Sum of RGB (Red+Green+Blue) = 81+107+113=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #516B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B71 is #AE948E. Grayscale: #636363. Windows color (decimal): -11441295 or 7433041. OLE color: 7433041.

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

Color convert

RGB81107113-
CMYK0.280.0500.56
HSL191.25º16.49%38.04%-
HSV(B)191.25º28.32%44.31%-
XYZ11.6313.4617.61-
YUV99.91135.39114.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=26.91%
G=35.55%
B=37.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811071130.280.0500.56191.2516.4938.04
Hex516B711C5038bf1026
Octal1211531613450702772046
Binary1010001110101111100011110010101110001011111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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