#52684E

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

Shades of Tom Thumb #52684E

Tints of Tom Thumb #52684E

Color information

#52684E (or 0x52684E) is unknown color: approx Tom Thumb. HEX triplet: 52, 68 and 4E. RGB value is (82,104,78). Sum of RGB (Red+Green+Blue) = 82+104+78=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #52684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52684E is #AD97B1. Grayscale: #5E5E5E. Windows color (decimal): -11376562 or 5138514. OLE color: 5138514.

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

Color convert

RGB8210478-
CMYK0.2100.250.59
HSL110.77º14.29%35.69%-
HSV(B)110.77º25%40.78%-
XYZ9.8112.249.05-
YUV94.46118.71119.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.06%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=31.06%
G=39.39%
B=29.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104780.2100.250.59110.7714.2935.69
Hex52684E150193B6fe24
Octal12215011625031731571644
Binary1010010110100010011101010101100111101111011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52684E; }

 p { color: rgb(82,104,78); }

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

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

 a { background-color: rgb(82,104,78); }

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

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

 span { border-color: rgb(82,104,78); }

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