#536350

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

Shades of Tom Thumb #536350

Tints of Tom Thumb #536350

Color information

#536350 (or 0x536350) is unknown color: approx Tom Thumb. HEX triplet: 53, 63 and 50. RGB value is (83,99,80). Sum of RGB (Red+Green+Blue) = 83+99+80=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #536350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536350 is #AC9CAF. Grayscale: #5C5C5C. Windows color (decimal): -11312304 or 5268307. OLE color: 5268307.

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

Color convert

RGB839980-
CMYK0.1600.190.61
HSL110.53º10.61%35.1%-
HSV(B)110.53º19.19%38.82%-
XYZ9.4811.349.28-
YUV92.05121.2121.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=31.68%
G=37.79%
B=30.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399800.1600.190.61110.5310.6135.1
Hex536350100133D6fb23
Octal12314312020023751571343
Binary1010011110001110100001000001001111110111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536350; }

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

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

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

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

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

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

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

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