Html Css Color HEX #506B49 Tom Thumb

📋 copy color: '#506B49'

red 80 ◦ green 107 ◦ blue 73

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

Shades of Tom Thumb #506B49

Tints of Tom Thumb #506B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.15%

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

R = 30.77%
G = 41.15%
B = 28.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#506B49 (or 0x506B49) is known color: Tom Thumb. HEX triplet: 50, 6B and 49. RGB value is (80,107,73). Sum of RGB (Red+Green+Blue) = 80+107+73=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #506B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B49 is #AF94B6. Grayscale: #5F5F5F. Windows color (decimal): -11506871 or 4811600. OLE color: 4811600.

HSL color Cylindrical-coordinate representation of color #506B49: hue angle of 107.65º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506B49 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 107 73 -
CMYK 0.25 0 0.32 0.58
HSL 107.65º 0.19% 0.35% -
HSV(B) 107.65º 0.32% 0.42% -
XYZ 9.77 12.7 8.24 -
YUV 95.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 80 107 73 0.25 0 0.32 0.58 107.65 0.19 0.35
Hex 50 6B 49 19 0 20 3A 6C 13 23
Octal 120 153 111 31 0 40 72 154 23 43
Binary 1010000 1101011 1001001 11001 0 100000 111010 1101100 10011 100011

Color Harmonies of #506B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506B49

Black with #506B49

Text Example


Text Example

White with #506B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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