#506567

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

Shades of Tax Break #506567

Tints of Tax Break #506567

Color information

#506567 (or 0x506567) is unknown color: approx Tax Break. HEX triplet: 50, 65 and 67. RGB value is (80,101,103). Sum of RGB (Red+Green+Blue) = 80+101+103=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #506567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506567 is #AF9A98. Grayscale: #5E5E5E. Windows color (decimal): -11508377 or 6776144. OLE color: 6776144.

HSL color Cylindrical-coordinate representation of color #506567: hue angle of 185.22º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506567 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB80101103-
CMYK0.220.0200.60
HSL185.22º12.57%35.88%-
HSV(B)185.22º22.33%40.39%-
XYZ10.4111.9914.6-
YUV94.95132.54117.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=28.17%
G=35.56%
B=36.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal801011030.220.0200.60185.2212.5735.88
Hex50656716203Cb9d24
Octal1201451472620742711544
Binary10100001100101110011110110100111100101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506567; }

 p { color: rgb(80,101,103); }

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

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

 a { background-color: rgb(80,101,103); }

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

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

 span { border-color: rgb(80,101,103); }

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