Html Css Color HEX #506E4B Tom Thumb

📋 copy color: '#506E4B'

red 80 ◦ green 110 ◦ blue 75

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

Shades of Tom Thumb #506E4B

Tints of Tom Thumb #506E4B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

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

R = 30.19%
G = 41.51%
B = 28.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#506E4B (or 0x506E4B) is known color: Tom Thumb. HEX triplet: 50, 6E and 4B. RGB value is (80,110,75). Sum of RGB (Red+Green+Blue) = 80+110+75=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #506E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E4B is #AF91B4. Grayscale: #616161. Windows color (decimal): -11506101 or 4943440. OLE color: 4943440.

HSL color Cylindrical-coordinate representation of color #506E4B: hue angle of 111.43º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506E4B is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 110 75 -
CMYK 0.27 0 0.32 0.57
HSL 111.43º 0.19% 0.36% -
HSV(B) 111.43º 0.32% 0.43% -
XYZ 10.15 13.37 8.7 -
YUV 97.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 80 110 75 0.27 0 0.32 0.57 111.43 0.19 0.36
Hex 50 6E 4B 1B 0 20 39 6F 13 24
Octal 120 156 113 33 0 40 71 157 23 44
Binary 1010000 1101110 1001011 11011 0 100000 111001 1101111 10011 100100

Color Harmonies of #506E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E4B

Black with #506E4B

Text Example


Text Example

White with #506E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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