Html Css Color HEX #506C4D Tom Thumb

📋 copy color: '#506C4D'

red 80 ◦ green 108 ◦ blue 77

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

Shades of Tom Thumb #506C4D

Tints of Tom Thumb #506C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

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

R = 30.19%
G = 40.75%
B = 29.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#506C4D (or 0x506C4D) is known color: Tom Thumb. HEX triplet: 50, 6C and 4D. RGB value is (80,108,77). Sum of RGB (Red+Green+Blue) = 80+108+77=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #506C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506C4D is #AF93B2. Grayscale: #606060. Windows color (decimal): -11506611 or 5074000. OLE color: 5074000.

HSL color Cylindrical-coordinate representation of color #506C4D: hue angle of 114.19º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #506C4D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 108 77 -
CMYK 0.26 0 0.29 0.58
HSL 114.19º 0.17% 0.36% -
HSV(B) 114.19º 0.29% 0.42% -
XYZ 10.01 12.97 9 -
YUV 96.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 80 108 77 0.26 0 0.29 0.58 114.19 0.17 0.36
Hex 50 6C 4D 1A 0 1D 3A 72 11 24
Octal 120 154 115 32 0 35 72 162 21 44
Binary 1010000 1101100 1001101 11010 0 11101 111010 1110010 10001 100100

Color Harmonies of #506C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C4D

Black with #506C4D

Text Example


Text Example

White with #506C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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