#506347

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

Shades of Tom Thumb #506347

Tints of Tom Thumb #506347

Color information

#506347 (or 0x506347) is unknown color: approx Tom Thumb. HEX triplet: 50, 63 and 47. RGB value is (80,99,71). Sum of RGB (Red+Green+Blue) = 80+99+71=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #506347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506347 is #AF9CB8. Grayscale: #5A5A5A. Windows color (decimal): -11508921 or 4678480. OLE color: 4678480.

HSL color Cylindrical-coordinate representation of color #506347: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506347 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB809971-
CMYK0.1900.280.61
HSL100.71º16.47%33.33%-
HSV(B)100.71º28.28%38.82%-
XYZ8.9111.087.63-
YUV90.13117.21120.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 71 (28.12% from 255) = 28.4%
R=32%
G=39.6%
B=28.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099710.1900.280.61100.7116.4733.33
Hex5063471301C3D651021
Octal12014310723034751452041
Binary10100001100011100011110011011100111101110010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506347; }

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

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

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

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

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

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

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

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