#516A4E

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

Shades of Tom Thumb #516A4E

Tints of Tom Thumb #516A4E

Color information

#516A4E (or 0x516A4E) is unknown color: approx Tom Thumb. HEX triplet: 51, 6A and 4E. RGB value is (81,106,78). Sum of RGB (Red+Green+Blue) = 81+106+78=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #516A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A4E is #AE95B1. Grayscale: #5F5F5F. Windows color (decimal): -11441586 or 5139025. OLE color: 5139025.

HSL color Cylindrical-coordinate representation of color #516A4E: hue angle of 113.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516A4E is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8110678-
CMYK0.2400.260.58
HSL113.57º15.22%36.08%-
HSV(B)113.57º26.42%41.57%-
XYZ9.9212.619.12-
YUV95.33118.22117.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 106 (41.80% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=30.57%
G=40%
B=29.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106780.2400.260.58113.5715.2236.08
Hex516A4E1801A3A72f24
Octal12115211630032721621744
Binary1010001110101010011101100001101011101011100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A4E; }

 p { color: rgb(81,106,78); }

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

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

 a { background-color: rgb(81,106,78); }

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

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

 span { border-color: rgb(81,106,78); }

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