#506F72

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

Shades of Tax Break #506F72

Tints of Tax Break #506F72

Color information

#506F72 (or 0x506F72) is unknown color: approx Tax Break. HEX triplet: 50, 6F and 72. RGB value is (80,111,114). Sum of RGB (Red+Green+Blue) = 80+111+114=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #506F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F72 is #AF908D. Grayscale: #666666. Windows color (decimal): -11505806 or 7499600. OLE color: 7499600.

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

Color convert

RGB80111114-
CMYK0.300.0300.55
HSL185.29º17.53%38.04%-
HSV(B)185.29º29.82%44.71%-
XYZ12.0314.2918.04-
YUV102.07134.73112.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=26.23%
G=36.39%
B=37.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801111140.300.0300.55185.2917.5338.04
Hex506F721E3037b91226
Octal1201571623630672712246
Binary101000011011111110010111101101101111011100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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