#506D72

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

Shades of Tax Break #506D72

Tints of Tax Break #506D72

Color information

#506D72 (or 0x506D72) is unknown color: approx Tax Break. HEX triplet: 50, 6D and 72. RGB value is (80,109,114). Sum of RGB (Red+Green+Blue) = 80+109+114=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #506D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D72 is #AF928D. Grayscale: #646464. Windows color (decimal): -11506318 or 7499088. OLE color: 7499088.

HSL color Cylindrical-coordinate representation of color #506D72: hue angle of 188.82º degrees, saturation: 0.18, 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 #506D72 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80109114-
CMYK0.300.0400.55
HSL188.82º17.53%38.04%-
HSV(B)188.82º29.82%44.71%-
XYZ11.8113.8617.97-
YUV100.9135.39113.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=26.40%
G=35.97%
B=37.62%

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
Decimal801091140.300.0400.55188.8217.5338.04
Hex506D721E4037bd1226
Octal1201551623640672752246
Binary1010000110110111100101111010001101111011110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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