Html Css Color HEX #50684C Tom Thumb

📋 copy color: '#50684C'

red 80 ◦ green 104 ◦ blue 76

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

Shades of Tom Thumb #50684C

Tints of Tom Thumb #50684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 30.77%
G = 40%
B = 29.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#50684C (or 0x50684C) is known color: Tom Thumb. HEX triplet: 50, 68 and 4C. RGB value is (80,104,76). Sum of RGB (Red+Green+Blue) = 80+104+76=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 104 - color contains mainly: green. Hex color #50684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50684C is #AF97B3. Grayscale: #5D5D5D. Windows color (decimal): -11507636 or 5007440. OLE color: 5007440.

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

Color convert

RGB 80 104 76 -
CMYK 0.23 0 0.27 0.59
HSL 111.43º 0.16% 0.35% -
HSV(B) 111.43º 0.27% 0.41% -
XYZ 9.56 12.13 8.67 -
YUV 93.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 80 104 76 0.23 0 0.27 0.59 111.43 0.16 0.35
Hex 50 68 4C 17 0 1B 3B 6F 10 23
Octal 120 150 114 27 0 33 73 157 20 43
Binary 1010000 1101000 1001100 10111 0 11011 111011 1101111 10000 100011

Color Harmonies of #50684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50684C

Black with #50684C

Text Example


Text Example

White with #50684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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