#52624E

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

Shades of Tom Thumb #52624E

Tints of Tom Thumb #52624E

Color information

#52624E (or 0x52624E) is unknown color: approx Tom Thumb. HEX triplet: 52, 62 and 4E. RGB value is (82,98,78). Sum of RGB (Red+Green+Blue) = 82+98+78=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #52624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52624E is #AD9DB1. Grayscale: #5B5B5B. Windows color (decimal): -11378098 or 5136978. OLE color: 5136978.

HSL color Cylindrical-coordinate representation of color #52624E: hue angle of 108º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #52624E is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB829878-
CMYK0.1600.200.62
HSL108º11.36%34.51%-
HSV(B)108º20.41%38.43%-
XYZ9.2211.088.86-
YUV90.94120.7121.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=31.78%
G=37.98%
B=30.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8298780.1600.200.6210811.3634.51
Hex52624E100143E6cb23
Octal12214211620024761541343
Binary1010010110001010011101000001010011111011011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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