Html Css Color HEX #50664B Tom Thumb

📋 copy color: '#50664B'

red 80 ◦ green 102 ◦ blue 75

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

Shades of Tom Thumb #50664B

Tints of Tom Thumb #50664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 31.13%
G = 39.69%
B = 29.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#50664B (or 0x50664B) is known color: Tom Thumb. HEX triplet: 50, 66 and 4B. RGB value is (80,102,75). Sum of RGB (Red+Green+Blue) = 80+102+75=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #50664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50664B is #AF99B4. Grayscale: #5C5C5C. Windows color (decimal): -11508149 or 4941392. OLE color: 4941392.

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

Color convert

RGB 80 102 75 -
CMYK 0.22 0 0.26 0.6
HSL 108.89º 0.15% 0.35% -
HSV(B) 108.89º 0.26% 0.4% -
XYZ 9.33 11.72 8.43 -
YUV 92.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 80 102 75 0.22 0 0.26 0.6 108.89 0.15 0.35
Hex 50 66 4B 16 0 1A 3C 6D F 23
Octal 120 146 113 26 0 32 74 155 17 43
Binary 1010000 1100110 1001011 10110 0 11010 111100 1101101 1111 100011

Color Harmonies of #50664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50664B

Black with #50664B

Text Example


Text Example

White with #50664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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