Html Css Color HEX #506849 Tom Thumb

📋 copy color: '#506849'

red 80 ◦ green 104 ◦ blue 73

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

Shades of Tom Thumb #506849

Tints of Tom Thumb #506849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 31.13%
G = 40.47%
B = 28.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#506849 (or 0x506849) is known color: Tom Thumb. HEX triplet: 50, 68 and 49. RGB value is (80,104,73). Sum of RGB (Red+Green+Blue) = 80+104+73=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #506849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506849 is #AF97B6. Grayscale: #5D5D5D. Windows color (decimal): -11507639 or 4810832. OLE color: 4810832.

HSL color Cylindrical-coordinate representation of color #506849: hue angle of 106.45º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506849 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 73 -
CMYK 0.23 0 0.30 0.59
HSL 106.45º 0.18% 0.35% -
HSV(B) 106.45º 0.3% 0.41% -
XYZ 9.46 12.09 8.14 -
YUV 93.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 80 104 73 0.23 0 0.30 0.59 106.45 0.18 0.35
Hex 50 68 49 17 0 1E 3B 6A 12 23
Octal 120 150 111 27 0 36 73 152 22 43
Binary 1010000 1101000 1001001 10111 0 11110 111011 1101010 10010 100011

Color Harmonies of #506849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506849

Black with #506849

Text Example


Text Example

White with #506849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506849; }

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

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

background-color css

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

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

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

border-color css

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

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

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