#516B4D

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

Shades of Tom Thumb #516B4D

Tints of Tom Thumb #516B4D

Color information

#516B4D (or 0x516B4D) is unknown color: approx Tom Thumb. HEX triplet: 51, 6B and 4D. RGB value is (81,107,77). Sum of RGB (Red+Green+Blue) = 81+107+77=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #516B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B4D is #AE94B2. Grayscale: #5F5F5F. Windows color (decimal): -11441331 or 5073745. OLE color: 5073745.

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

Color convert

RGB8110777-
CMYK0.2400.280.58
HSL112º16.3%36.08%-
HSV(B)112º28.04%41.96%-
XYZ9.9912.88.97-
YUV95.81117.39117.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=30.57%
G=40.38%
B=29.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107770.2400.280.5811216.336.08
Hex516B4D1801C3A701024
Octal12115311530034721602044
Binary10100011101011100110111000011100111010111000010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,107,77); }

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

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

 a { background-color: rgb(81,107,77); }

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

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

 span { border-color: rgb(81,107,77); }

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