#506A6C

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

Shades of Tax Break #506A6C

Tints of Tax Break #506A6C

Color information

#506A6C (or 0x506A6C) is unknown color: approx Tax Break. HEX triplet: 50, 6A and 6C. RGB value is (80,106,108). Sum of RGB (Red+Green+Blue) = 80+106+108=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #506A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A6C is #AF9593. Grayscale: #626262. Windows color (decimal): -11507092 or 7105104. OLE color: 7105104.

HSL color Cylindrical-coordinate representation of color #506A6C: hue angle of 184.29º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506A6C is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB80106108-
CMYK0.260.0200.58
HSL184.29º14.89%36.86%-
HSV(B)184.29º25.93%42.35%-
XYZ11.1713.116.13-
YUV98.45133.39114.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=27.21%
G=36.05%
B=36.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal801061080.260.0200.58184.2914.8936.86
Hex506A6C1A203Ab8f25
Octal1201521543220722701745
Binary10100001101010110110011010100111010101110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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