#506768

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

Shades of Tax Break #506768

Tints of Tax Break #506768

Color information

#506768 (or 0x506768) is unknown color: approx Tax Break. HEX triplet: 50, 67 and 68. RGB value is (80,103,104). Sum of RGB (Red+Green+Blue) = 80+103+104=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #506768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506768 is #AF9897. Grayscale: #606060. Windows color (decimal): -11507864 or 6842192. OLE color: 6842192.

HSL color Cylindrical-coordinate representation of color #506768: hue angle of 182.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #506768 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB80103104-
CMYK0.230.0100.59
HSL182.5º13.04%36.08%-
HSV(B)182.5º23.08%40.78%-
XYZ10.6612.4114.93-
YUV96.24132.38116.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 103 (40.62% from 255) = 35.89%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=27.87%
G=35.89%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801031040.230.0100.59182.513.0436.08
Hex50676817103Bb6d24
Octal1201471502710732661544
Binary1010000110011111010001011110111011101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506768; }

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

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

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

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

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

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

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

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