#506769

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

Shades of Tax Break #506769

Tints of Tax Break #506769

Color information

#506769 (or 0x506769) is unknown color: approx Tax Break. HEX triplet: 50, 67 and 69. RGB value is (80,103,105). Sum of RGB (Red+Green+Blue) = 80+103+105=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #506769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506769 is #AF9896. Grayscale: #606060. Windows color (decimal): -11507863 or 6907728. OLE color: 6907728.

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

Color convert

RGB80103105-
CMYK0.240.0200.59
HSL184.8º13.51%36.27%-
HSV(B)184.8º23.81%41.18%-
XYZ10.7112.4315.2-
YUV96.35132.88116.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=27.78%
G=35.76%
B=36.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal801031050.240.0200.59184.813.5136.27
Hex50676918203Bb9e24
Octal1201471513020732711644
Binary10100001100111110100111000100111011101110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506769; }

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

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

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

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

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

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

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

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