#506244

Color #506244 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #506244

Tints of Tom Thumb #506244

Color information

#506244 (or 0x506244) is unknown color: approx Tom Thumb. HEX triplet: 50, 62 and 44. RGB value is (80,98,68). Sum of RGB (Red+Green+Blue) = 80+98+68=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #506244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506244 is #AF9DBB. Grayscale: #595959. Windows color (decimal): -11509180 or 4481616. OLE color: 4481616.

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

Color convert

RGB809868-
CMYK0.1800.310.62
HSL96º18.07%32.55%-
HSV(B)96º30.61%38.43%-
XYZ8.7210.867.11-
YUV89.2116.04121.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=32.52%
G=39.84%
B=27.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098680.1800.310.629618.0732.55
Hex5062441201F3E601221
Octal12014210422037761402241
Binary10100001100010100010010010011111111110110000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506244; }

 p { color: rgb(80,98,68); }

 H1.HeaderClassName
 {
   color: #506244;
 }
 .AnyTagClassName
 {
   color: #506244;
 }
</style>
background-color css

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

 a { background-color: rgb(80,98,68); }

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

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

 span { border-color: rgb(80,98,68); }

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