Html Css Color HEX #50664C Tom Thumb

📋 copy color: '#50664C'

red 80 ◦ green 102 ◦ blue 76

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

Shades of Tom Thumb #50664C

Tints of Tom Thumb #50664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

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

R = 31.01%
G = 39.53%
B = 29.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#50664C (or 0x50664C) is known color: Tom Thumb. HEX triplet: 50, 66 and 4C. RGB value is (80,102,76). Sum of RGB (Red+Green+Blue) = 80+102+76=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #50664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50664C is #AF99B3. Grayscale: #5C5C5C. Windows color (decimal): -11508148 or 5006928. OLE color: 5006928.

HSL color Cylindrical-coordinate representation of color #50664C: hue angle of 110.77º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50664C is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 76 -
CMYK 0.22 0 0.25 0.6
HSL 110.77º 0.15% 0.35% -
HSV(B) 110.77º 0.25% 0.4% -
XYZ 9.36 11.73 8.61 -
YUV 92.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 80 102 76 0.22 0 0.25 0.6 110.77 0.15 0.35
Hex 50 66 4C 16 0 19 3C 6F F 23
Octal 120 146 114 26 0 31 74 157 17 43
Binary 1010000 1100110 1001100 10110 0 11001 111100 1101111 1111 100011

Color Harmonies of #50664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50664C

Black with #50664C

Text Example


Text Example

White with #50664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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