#506C72

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

Shades of Tax Break #506C72

Tints of Tax Break #506C72

Color information

#506C72 (or 0x506C72) is unknown color: approx Tax Break. HEX triplet: 50, 6C and 72. RGB value is (80,108,114). Sum of RGB (Red+Green+Blue) = 80+108+114=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 114 - color contains mainly: blue. Hex color #506C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C72 is #AF938D. Grayscale: #646464. Windows color (decimal): -11506574 or 7498832. OLE color: 7498832.

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

Color convert

RGB80108114-
CMYK0.300.0500.55
HSL190.59º17.53%38.04%-
HSV(B)190.59º29.82%44.71%-
XYZ11.7113.6517.94-
YUV100.31135.72113.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=26.49%
G=35.76%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801081140.300.0500.55190.5917.5338.04
Hex506C721E5037bf1226
Octal1201541623650672772246
Binary1010000110110011100101111010101101111011111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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