#53654C

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

Shades of Tom Thumb #53654C

Tints of Tom Thumb #53654C

Color information

#53654C (or 0x53654C) is unknown color: approx Tom Thumb. HEX triplet: 53, 65 and 4C. RGB value is (83,101,76). Sum of RGB (Red+Green+Blue) = 83+101+76=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #53654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53654C is #AC9AB3. Grayscale: #5C5C5C. Windows color (decimal): -11311796 or 5006675. OLE color: 5006675.

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

Color convert

RGB8310176-
CMYK0.1800.250.60
HSL103.2º14.12%34.71%-
HSV(B)103.2º24.75%39.61%-
XYZ9.5311.678.59-
YUV92.77118.54121.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=31.92%
G=38.85%
B=29.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101760.1800.250.60103.214.1234.71
Hex53654C120193C67e23
Octal12314511422031741471643
Binary1010011110010110011001001001100111110011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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