Html Css Color HEX #515D4A Tom Thumb

📋 copy color: '#515D4A'

red 81 ◦ green 93 ◦ blue 74

#515D4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #515D4A

Tints of Tom Thumb #515D4A

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.3% from 255) = 29.84%

R = 32.66%
G = 37.5%
B = 29.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#515D4A (or 0x515D4A) is known color: 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

RGB 81 93 74 -
CMYK 0.13 0 0.20 0.64
HSL 97.89º 0.11% 0.33% -
HSV(B) 97.89º 0.2% 0.36% -
XYZ 8.54 10.07 7.97 -
YUV 87.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 81 93 74 0.13 0 0.20 0.64 97.89 0.11 0.33
Hex 51 5D 4A D 0 14 40 62 B 21
Octal 121 135 112 15 0 24 100 142 13 41
Binary 1010001 1011101 1001010 1101 0 10100 1000000 1100010 1011 100001

Color Harmonies of #515D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515D4A

Black with #515D4A

Text Example


Text Example

White with #515D4A

Text Example


Text Example

HTML Codes & Css Web 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>