#53654F

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

Shades of Tom Thumb #53654F

Tints of Tom Thumb #53654F

Color information

#53654F (or 0x53654F) is unknown color: approx Tom Thumb. HEX triplet: 53, 65 and 4F. RGB value is (83,101,79). Sum of RGB (Red+Green+Blue) = 83+101+79=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #53654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53654F is #AC9AB0. Grayscale: #5D5D5D. Windows color (decimal): -11311793 or 5203283. OLE color: 5203283.

HSL color Cylindrical-coordinate representation of color #53654F: hue angle of 109.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53654F is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB8310179-
CMYK0.1800.220.60
HSL109.09º12.22%35.29%-
HSV(B)109.09º21.78%39.61%-
XYZ9.6311.719.15-
YUV93.11120.04120.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=31.56%
G=38.40%
B=30.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101790.1800.220.60109.0912.2235.29
Hex53654F120163C6dc23
Octal12314511722026741551443
Binary1010011110010110011111001001011011110011011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53654F; }

 p { color: rgb(83,101,79); }

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

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

 a { background-color: rgb(83,101,79); }

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

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

 span { border-color: rgb(83,101,79); }

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