#506C6E

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

Shades of Tax Break #506C6E

Tints of Tax Break #506C6E

Color information

#506C6E (or 0x506C6E) is unknown color: approx Tax Break. HEX triplet: 50, 6C and 6E. RGB value is (80,108,110). Sum of RGB (Red+Green+Blue) = 80+108+110=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #506C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C6E is #AF9391. Grayscale: #636363. Windows color (decimal): -11506578 or 7236688. OLE color: 7236688.

HSL color Cylindrical-coordinate representation of color #506C6E: hue angle of 184º degrees, saturation: 0.16, 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 #506C6E is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB80108110-
CMYK0.270.0200.57
HSL184º15.79%37.25%-
HSV(B)184º27.27%43.14%-
XYZ11.4913.5616.76-
YUV99.86133.72113.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=26.85%
G=36.24%
B=36.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal801081100.270.0200.5718415.7937.25
Hex506C6E1B2039b81025
Octal1201541563320712702045
Binary101000011011001101110110111001110011011100010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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