#506668

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

Shades of Tax Break #506668

Tints of Tax Break #506668

Color information

#506668 (or 0x506668) is unknown color: approx Tax Break. HEX triplet: 50, 66 and 68. RGB value is (80,102,104). Sum of RGB (Red+Green+Blue) = 80+102+104=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #506668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506668 is #AF9997. Grayscale: #5F5F5F. Windows color (decimal): -11508120 or 6841936. OLE color: 6841936.

HSL color Cylindrical-coordinate representation of color #506668: hue angle of 185º 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 #506668 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB80102104-
CMYK0.230.0200.59
HSL185º13.04%36.08%-
HSV(B)185º23.08%40.78%-
XYZ10.5612.2114.9-
YUV95.65132.71116.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=27.97%
G=35.66%
B=36.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801021040.230.0200.5918513.0436.08
Hex50666817203Bb9d24
Octal1201461502720732711544
Binary10100001100110110100010111100111011101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506668; }

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

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

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

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

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

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

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

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