Html Css Color HEX #506847 Tom Thumb

📋 copy color: '#506847'

red 80 ◦ green 104 ◦ blue 71

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

Shades of Tom Thumb #506847

Tints of Tom Thumb #506847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

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

R = 31.37%
G = 40.78%
B = 27.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#506847 (or 0x506847) is known color: Tom Thumb. HEX triplet: 50, 68 and 47. RGB value is (80,104,71). Sum of RGB (Red+Green+Blue) = 80+104+71=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #506847 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506847 is #AF97B8. Grayscale: #5D5D5D. Windows color (decimal): -11507641 or 4679760. OLE color: 4679760.

HSL color Cylindrical-coordinate representation of color #506847: hue angle of 103.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506847 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 71 -
CMYK 0.23 0 0.32 0.59
HSL 103.64º 0.19% 0.34% -
HSV(B) 103.64º 0.32% 0.41% -
XYZ 9.4 12.06 7.79 -
YUV 93.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 80 104 71 0.23 0 0.32 0.59 103.64 0.19 0.34
Hex 50 68 47 17 0 20 3B 68 13 22
Octal 120 150 107 27 0 40 73 150 23 42
Binary 1010000 1101000 1000111 10111 0 100000 111011 1101000 10011 100010

Color Harmonies of #506847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506847

Black with #506847

Text Example


Text Example

White with #506847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506847; }

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

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

background-color css

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

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

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

border-color css

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

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

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