Html Css Color HEX #506147 Tom Thumb

📋 copy color: '#506147'

red 80 ◦ green 97 ◦ blue 71

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

Shades of Tom Thumb #506147

Tints of Tom Thumb #506147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

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

R = 32.26%
G = 39.11%
B = 28.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#506147 (or 0x506147) is known color: Tom Thumb. HEX triplet: 50, 61 and 47. RGB value is (80,97,71). Sum of RGB (Red+Green+Blue) = 80+97+71=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #506147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506147 is #AF9EB8. Grayscale: #595959. Windows color (decimal): -11509433 or 4677968. OLE color: 4677968.

HSL color Cylindrical-coordinate representation of color #506147: hue angle of 99.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506147 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 71 -
CMYK 0.18 0 0.27 0.62
HSL 99.23º 0.15% 0.33% -
HSV(B) 99.23º 0.27% 0.38% -
XYZ 8.72 10.71 7.57 -
YUV 88.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 80 97 71 0.18 0 0.27 0.62 99.23 0.15 0.33
Hex 50 61 47 12 0 1B 3E 63 F 21
Octal 120 141 107 22 0 33 76 143 17 41
Binary 1010000 1100001 1000111 10010 0 11011 111110 1100011 1111 100001

Color Harmonies of #506147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506147

Black with #506147

Text Example


Text Example

White with #506147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506147; }

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

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

background-color css

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

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

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

border-color css

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

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

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