#506970

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

Shades of Tax Break #506970

Tints of Tax Break #506970

Color information

#506970 (or 0x506970) is unknown color: approx Tax Break. HEX triplet: 50, 69 and 70. RGB value is (80,105,112). Sum of RGB (Red+Green+Blue) = 80+105+112=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: blue. Hex color #506970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506970 is #AF968F. Grayscale: #626262. Windows color (decimal): -11507344 or 7366992. OLE color: 7366992.

HSL color Cylindrical-coordinate representation of color #506970: hue angle of 193.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506970 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB80105112-
CMYK0.290.0600.56
HSL193.12º16.67%37.65%-
HSV(B)193.12º28.57%43.92%-
XYZ11.2812.9817.24-
YUV98.32135.72114.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=26.94%
G=35.35%
B=37.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801051120.290.0600.56193.1216.6737.65
Hex5069701D6038c11126
Octal1201511603560703012146
Binary1010000110100111100001110111001110001100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506970; }

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

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

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

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

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

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

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

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