#506348

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

Shades of Tom Thumb #506348

Tints of Tom Thumb #506348

Color information

#506348 (or 0x506348) is unknown color: approx Tom Thumb. HEX triplet: 50, 63 and 48. RGB value is (80,99,72). Sum of RGB (Red+Green+Blue) = 80+99+72=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #506348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506348 is #AF9CB7. Grayscale: #5A5A5A. Windows color (decimal): -11508920 or 4744016. OLE color: 4744016.

HSL color Cylindrical-coordinate representation of color #506348: hue angle of 102.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #506348 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB809972-
CMYK0.1900.270.61
HSL102.22º15.79%33.53%-
HSV(B)102.22º27.27%38.82%-
XYZ8.9411.17.8-
YUV90.24117.71120.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=31.87%
G=39.44%
B=28.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099720.1900.270.61102.2215.7933.53
Hex5063481301B3D661022
Octal12014311023033751462042
Binary10100001100011100100010011011011111101110011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506348; }

 p { color: rgb(80,99,72); }

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

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

 a { background-color: rgb(80,99,72); }

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

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

 span { border-color: rgb(80,99,72); }

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