Html Css Color HEX #506446 Tom Thumb

📋 copy color: '#506446'

red 80 ◦ green 100 ◦ blue 70

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

Shades of Tom Thumb #506446

Tints of Tom Thumb #506446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 70 (27.73% from 255) = 28%

R = 32%
G = 40%
B = 28%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#506446 (or 0x506446) is known color: Tom Thumb. HEX triplet: 50, 64 and 46. RGB value is (80,100,70). Sum of RGB (Red+Green+Blue) = 80+100+70=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #506446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506446 is #AF9BB9. Grayscale: #5A5A5A. Windows color (decimal): -11508666 or 4613200. OLE color: 4613200.

HSL color Cylindrical-coordinate representation of color #506446: hue angle of 100º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506446 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 70 -
CMYK 0.2 0 0.30 0.61
HSL 100º 0.18% 0.33% -
HSV(B) 100º 0.3% 0.39% -
XYZ 8.97 11.26 7.5 -
YUV 90.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 80 100 70 0.2 0 0.30 0.61 100 0.18 0.33
Hex 50 64 46 14 0 1E 3D 64 12 21
Octal 120 144 106 24 0 36 75 144 22 41
Binary 1010000 1100100 1000110 10100 0 11110 111101 1100100 10010 100001

Color Harmonies of #506446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506446

Black with #506446

Text Example


Text Example

White with #506446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506446; }

 p { color: rgb(80,100,70); }

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

background-color css

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

 a { background-color: rgb(80,100,70); }

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

border-color css

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

 span { border-color: rgb(80,100,70); }

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