#52684B

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

Shades of Tom Thumb #52684B

Tints of Tom Thumb #52684B

Color information

#52684B (or 0x52684B) is unknown color: approx Tom Thumb. HEX triplet: 52, 68 and 4B. RGB value is (82,104,75). Sum of RGB (Red+Green+Blue) = 82+104+75=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #52684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52684B is #AD97B4. Grayscale: #5E5E5E. Windows color (decimal): -11376565 or 4941906. OLE color: 4941906.

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

Color convert

RGB8210475-
CMYK0.2100.280.59
HSL105.52º16.2%35.1%-
HSV(B)105.52º27.88%40.78%-
XYZ9.712.28.5-
YUV94.12117.21119.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.42%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 75 (29.69% from 255) = 28.74%
R=31.42%
G=39.85%
B=28.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82104750.2100.280.59105.5216.235.1
Hex52684B1501C3B6a1023
Octal12215011325034731522043
Binary10100101101000100101110101011100111011110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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