Html Css Color HEX #506047 Tom Thumb

📋 copy color: '#506047'

red 80 ◦ green 96 ◦ blue 71

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

Shades of Tom Thumb #506047

Tints of Tom Thumb #506047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.87%

 BLUE value IS 71 (28.13% from 255) = 28.74%

R = 32.39%
G = 38.87%
B = 28.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#506047 (or 0x506047) is known color: Tom Thumb. HEX triplet: 50, 60 and 47. RGB value is (80,96,71). Sum of RGB (Red+Green+Blue) = 80+96+71=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #506047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506047 is #AF9FB8. Grayscale: #585858. Windows color (decimal): -11509689 or 4677712. OLE color: 4677712.

HSL color Cylindrical-coordinate representation of color #506047: hue angle of 98.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #506047 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 71 -
CMYK 0.17 0 0.26 0.62
HSL 98.4º 0.15% 0.33% -
HSV(B) 98.4º 0.26% 0.38% -
XYZ 8.63 10.53 7.54 -
YUV 88.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 80 96 71 0.17 0 0.26 0.62 98.4 0.15 0.33
Hex 50 60 47 11 0 1A 3E 62 F 21
Octal 120 140 107 21 0 32 76 142 17 41
Binary 1010000 1100000 1000111 10001 0 11010 111110 1100010 1111 100001

Color Harmonies of #506047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506047

Black with #506047

Text Example


Text Example

White with #506047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506047; }

 p { color: rgb(80,96,71); }

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

background-color css

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

 a { background-color: rgb(80,96,71); }

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

border-color css

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

 span { border-color: rgb(80,96,71); }

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