Html Css Color HEX #505F47 Tom Thumb

📋 copy color: '#505F47'

red 80 ◦ green 95 ◦ blue 71

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

Shades of Tom Thumb #505F47

Tints of Tom Thumb #505F47

RGB

 RED value IS 80 (31.64% from 255) = 32.52%

 GREEN value IS 95 (37.5% from 255) = 38.62%

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 32.52%
G = 38.62%
B = 28.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.63

RGB Variations

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

Color information

#505F47 (or 0x505F47) is known color: Tom Thumb. HEX triplet: 50, 5F and 47. RGB value is (80,95,71). Sum of RGB (Red+Green+Blue) = 80+95+71=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #505F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F47 is #AFA0B8. Grayscale: #575757. Windows color (decimal): -11509945 or 4677456. OLE color: 4677456.

HSL color Cylindrical-coordinate representation of color #505F47: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #505F47 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 71 -
CMYK 0.16 0 0.25 0.63
HSL 97.5º 0.14% 0.33% -
HSV(B) 97.5º 0.25% 0.37% -
XYZ 8.54 10.34 7.51 -
YUV 87.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 80 95 71 0.16 0 0.25 0.63 97.5 0.14 0.33
Hex 50 5F 47 10 0 19 3F 62 E 21
Octal 120 137 107 20 0 31 77 142 16 41
Binary 1010000 1011111 1000111 10000 0 11001 111111 1100010 1110 100001

Color Harmonies of #505F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F47

Black with #505F47

Text Example


Text Example

White with #505F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505F47; }

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

 H1.HeaderClassName
 {
   color: #505F47;
 }
 .AnyTagClassName
 {
   color: #505F47;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #505F47;
 }
 .BgClassName
 {
   background-color: #505F47;
 }
</style>

border-color css

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

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

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