#506A6D

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

Shades of Tax Break #506A6D

Tints of Tax Break #506A6D

Color information

#506A6D (or 0x506A6D) is unknown color: approx Tax Break. HEX triplet: 50, 6A and 6D. RGB value is (80,106,109). Sum of RGB (Red+Green+Blue) = 80+106+109=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 109 - color contains mainly: blue. Hex color #506A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A6D is #AF9592. Grayscale: #626262. Windows color (decimal): -11507091 or 7170640. OLE color: 7170640.

HSL color Cylindrical-coordinate representation of color #506A6D: hue angle of 186.21º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506A6D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB80106109-
CMYK0.270.0300.57
HSL186.21º15.34%37.06%-
HSV(B)186.21º26.61%42.75%-
XYZ11.2213.1216.41-
YUV98.57133.89114.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=27.12%
G=35.93%
B=36.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801061090.270.0300.57186.2115.3437.06
Hex506A6D1B3039baf25
Octal1201521553330712721745
Binary10100001101010110110111011110111001101110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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