#53664B

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

Shades of Tom Thumb #53664B

Tints of Tom Thumb #53664B

Color information

#53664B (or 0x53664B) is unknown color: approx Tom Thumb. HEX triplet: 53, 66 and 4B. RGB value is (83,102,75). Sum of RGB (Red+Green+Blue) = 83+102+75=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #53664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53664B is #AC99B4. Grayscale: #5D5D5D. Windows color (decimal): -11311541 or 4941395. OLE color: 4941395.

HSL color Cylindrical-coordinate representation of color #53664B: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53664B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB8310275-
CMYK0.1900.260.6
HSL102.22º15.25%34.71%-
HSV(B)102.22º26.47%40%-
XYZ9.5911.858.44-
YUV93.24117.71120.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=31.92%
G=39.23%
B=28.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102750.1900.260.6102.2215.2534.71
Hex53664B1301A3C66f23
Octal12314611323032741461743
Binary1010011110011010010111001101101011110011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53664B; }

 p { color: rgb(83,102,75); }

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

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

 a { background-color: rgb(83,102,75); }

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

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

 span { border-color: rgb(83,102,75); }

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