#536250

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

Shades of Tom Thumb #536250

Tints of Tom Thumb #536250

Color information

#536250 (or 0x536250) is unknown color: approx Tom Thumb. HEX triplet: 53, 62 and 50. RGB value is (83,98,80). Sum of RGB (Red+Green+Blue) = 83+98+80=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #536250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536250 is #AC9DAF. Grayscale: #5B5B5B. Windows color (decimal): -11312560 or 5268051. OLE color: 5268051.

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

Color convert

RGB839880-
CMYK0.1500.180.62
HSL110º10.11%34.9%-
HSV(B)110º18.37%38.43%-
XYZ9.3811.159.25-
YUV91.46121.53121.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=31.80%
G=37.55%
B=30.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398800.1500.180.6211010.1134.9
Hex536250F0123E6ea23
Octal12314212017022761561243
Binary101001111000101010000111101001011111011011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536250; }

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

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

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

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

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

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

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

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