#515D4A

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

Shades of Tom Thumb #515D4A

Tints of Tom Thumb #515D4A

Color information

#515D4A (or 0x515D4A) is unknown color: approx Tom Thumb. HEX triplet: 51, 5D and 4A. RGB value is (81,93,74). Sum of RGB (Red+Green+Blue) = 81+93+74=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 93 - color contains mainly: green. Hex color #515D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D4A is #AEA2B5. Grayscale: #575757. Windows color (decimal): -11444918 or 4873553. OLE color: 4873553.

HSL color Cylindrical-coordinate representation of color #515D4A: hue angle of 97.89º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515D4A is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB819374-
CMYK0.1300.200.64
HSL97.89º11.38%32.75%-
HSV(B)97.89º20.43%36.47%-
XYZ8.5410.077.97-
YUV87.25120.52123.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=32.66%
G=37.5%
B=29.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193740.1300.200.6497.8911.3832.75
Hex515D4AD0144062b21
Octal121135112150241001421341
Binary1010001101110110010101101010100100000011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515D4A; }

 p { color: rgb(81,93,74); }

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

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

 a { background-color: rgb(81,93,74); }

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

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

 span { border-color: rgb(81,93,74); }

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