#506D71

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

Shades of Tax Break #506D71

Tints of Tax Break #506D71

Color information

#506D71 (or 0x506D71) is unknown color: approx Tax Break. HEX triplet: 50, 6D and 71. RGB value is (80,109,113). Sum of RGB (Red+Green+Blue) = 80+109+113=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 109 (42.97% from 255 or 36.09% 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 #506D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D71 is #AF928E. Grayscale: #646464. Windows color (decimal): -11506319 or 7433552. OLE color: 7433552.

HSL color Cylindrical-coordinate representation of color #506D71: hue angle of 187.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506D71 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80109113-
CMYK0.290.0400.56
HSL187.27º17.1%37.84%-
HSV(B)187.27º29.2%44.31%-
XYZ11.7613.8417.67-
YUV100.78134.89113.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=26.49%
G=36.09%
B=37.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801091130.290.0400.56187.2717.137.84
Hex506D711D4038bb1126
Octal1201551613540702732146
Binary1010000110110111100011110110001110001011101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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