Html Css Color HEX #506E4A Tom Thumb

📋 copy color: '#506E4A'

red 80 ◦ green 110 ◦ blue 74

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

Shades of Tom Thumb #506E4A

Tints of Tom Thumb #506E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 30.3%
G = 41.67%
B = 28.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#506E4A (or 0x506E4A) is known color: Tom Thumb. HEX triplet: 50, 6E and 4A. RGB value is (80,110,74). Sum of RGB (Red+Green+Blue) = 80+110+74=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 110 - color contains mainly: green. Hex color #506E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E4A is #AF91B5. Grayscale: #616161. Windows color (decimal): -11506102 or 4877904. OLE color: 4877904.

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

Color convert

RGB 80 110 74 -
CMYK 0.27 0 0.33 0.57
HSL 110º 0.2% 0.36% -
HSV(B) 110º 0.33% 0.43% -
XYZ 10.12 13.35 8.52 -
YUV 96.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 80 110 74 0.27 0 0.33 0.57 110 0.2 0.36
Hex 50 6E 4A 1B 0 21 39 6E 14 24
Octal 120 156 112 33 0 41 71 156 24 44
Binary 1010000 1101110 1001010 11011 0 100001 111001 1101110 10100 100100

Color Harmonies of #506E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506E4A

Black with #506E4A

Text Example


Text Example

White with #506E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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