#536150

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

Shades of Tom Thumb #536150

Tints of Tom Thumb #536150

Color information

#536150 (or 0x536150) is unknown color: approx Tom Thumb. HEX triplet: 53, 61 and 50. RGB value is (83,97,80). Sum of RGB (Red+Green+Blue) = 83+97+80=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #536150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536150 is #AC9EAF. Grayscale: #5A5A5A. Windows color (decimal): -11312816 or 5267795. OLE color: 5267795.

HSL color Cylindrical-coordinate representation of color #536150: hue angle of 109.41º 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 #536150 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB839780-
CMYK0.1400.180.62
HSL109.41º9.6%34.71%-
HSV(B)109.41º17.53%38.04%-
XYZ9.2910.979.22-
YUV90.88121.86122.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=31.92%
G=37.31%
B=30.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397800.1400.180.62109.419.634.71
Hex536150E0123E6da23
Octal12314112016022761551243
Binary101001111000011010000111001001011111011011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536150; }

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

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

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

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

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

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

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

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