#53684F

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

Shades of Tom Thumb #53684F

Tints of Tom Thumb #53684F

Color information

#53684F (or 0x53684F) is unknown color: approx Tom Thumb. HEX triplet: 53, 68 and 4F. RGB value is (83,104,79). Sum of RGB (Red+Green+Blue) = 83+104+79=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #53684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53684F is #AC97B0. Grayscale: #5E5E5E. Windows color (decimal): -11311025 or 5204051. OLE color: 5204051.

HSL color Cylindrical-coordinate representation of color #53684F: hue angle of 110.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53684F is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB8310479-
CMYK0.2000.240.59
HSL110.4º13.66%35.88%-
HSV(B)110.4º24.04%40.78%-
XYZ9.9312.39.25-
YUV94.87119.04119.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.20%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=31.20%
G=39.10%
B=29.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104790.2000.240.59110.413.6635.88
Hex53684F140183B6ee24
Octal12315011724030731561644
Binary1010011110100010011111010001100011101111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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