#506047

Color #506047 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #506047

Tints of Tom Thumb #506047

Color information

#506047 (or 0x506047) is unknown color: approx Tom Thumb. HEX triplet: 50, 60 and 47. RGB value is (80,96,71). Sum of RGB (Red+Green+Blue) = 80+96+71=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #506047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506047 is #AF9FB8. Grayscale: #585858. Windows color (decimal): -11509689 or 4677712. OLE color: 4677712.

HSL color Cylindrical-coordinate representation of color #506047: hue angle of 98.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506047 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB809671-
CMYK0.1700.260.62
HSL98.4º14.97%32.75%-
HSV(B)98.4º26.04%37.65%-
XYZ8.6310.537.54-
YUV88.37118.2122.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=32.39%
G=38.87%
B=28.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096710.1700.260.6298.414.9732.75
Hex5060471101A3E62f21
Octal12014010721032761421741
Binary1010000110000010001111000101101011111011000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506047; }

 p { color: rgb(80,96,71); }

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

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

 a { background-color: rgb(80,96,71); }

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

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

 span { border-color: rgb(80,96,71); }

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