#506E71

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

Shades of Tax Break #506E71

Tints of Tax Break #506E71

Color information

#506E71 (or 0x506E71) is unknown color: approx Tax Break. HEX triplet: 50, 6E and 71. RGB value is (80,110,113). Sum of RGB (Red+Green+Blue) = 80+110+113=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #506E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E71 is #AF918E. Grayscale: #656565. Windows color (decimal): -11506063 or 7433808. OLE color: 7433808.

HSL color Cylindrical-coordinate representation of color #506E71: hue angle of 185.45º 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 #506E71 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80110113-
CMYK0.290.0300.56
HSL185.45º17.1%37.84%-
HSV(B)185.45º29.2%44.31%-
XYZ11.8614.0517.71-
YUV101.37134.56112.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=26.40%
G=36.30%
B=37.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801101130.290.0300.56185.4517.137.84
Hex506E711D3038b91126
Octal1201561613530702712146
Binary101000011011101110001111011101110001011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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