#506C71

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

Shades of Tax Break #506C71

Tints of Tax Break #506C71

Color information

#506C71 (or 0x506C71) is unknown color: approx Tax Break. HEX triplet: 50, 6C and 71. RGB value is (80,108,113). Sum of RGB (Red+Green+Blue) = 80+108+113=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 108 (42.58% from 255 or 35.88% 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 #506C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C71 is #AF938E. Grayscale: #646464. Windows color (decimal): -11506575 or 7433296. OLE color: 7433296.

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

Color convert

RGB80108113-
CMYK0.290.0400.56
HSL189.09º17.1%37.84%-
HSV(B)189.09º29.2%44.31%-
XYZ11.6513.6217.64-
YUV100.2135.22113.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=26.58%
G=35.88%
B=37.54%

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
Decimal801081130.290.0400.56189.0917.137.84
Hex506C711D4038bd1126
Octal1201541613540702752146
Binary1010000110110011100011110110001110001011110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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