Html Css Color HEX #50604D Tom Thumb

📋 copy color: '#50604D'

red 80 ◦ green 96 ◦ blue 77

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

Shades of Tom Thumb #50604D

Tints of Tom Thumb #50604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.94%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 31.62%
G = 37.94%
B = 30.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#50604D (or 0x50604D) is known color: Tom Thumb. HEX triplet: 50, 60 and 4D. RGB value is (80,96,77). Sum of RGB (Red+Green+Blue) = 80+96+77=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 96 - color contains mainly: green. Hex color #50604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50604D is #AF9FB2. Grayscale: #595959. Windows color (decimal): -11509683 or 5070928. OLE color: 5070928.

HSL color Cylindrical-coordinate representation of color #50604D: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #50604D is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 77 -
CMYK 0.17 0 0.20 0.62
HSL 110.53º 0.11% 0.34% -
HSV(B) 110.53º 0.2% 0.38% -
XYZ 8.83 10.61 8.6 -
YUV 89.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 80 96 77 0.17 0 0.20 0.62 110.53 0.11 0.34
Hex 50 60 4D 11 0 14 3E 6F B 22
Octal 120 140 115 21 0 24 76 157 13 42
Binary 1010000 1100000 1001101 10001 0 10100 111110 1101111 1011 100010

Color Harmonies of #50604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50604D

Black with #50604D

Text Example


Text Example

White with #50604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50604D; }

 p { color: rgb(80,96,77); }

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

background-color css

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

 a { background-color: rgb(80,96,77); }

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

border-color css

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

 span { border-color: rgb(80,96,77); }

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