#52654C

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

Shades of Tom Thumb #52654C

Tints of Tom Thumb #52654C

Color information

#52654C (or 0x52654C) is unknown color: approx Tom Thumb. HEX triplet: 52, 65 and 4C. RGB value is (82,101,76). Sum of RGB (Red+Green+Blue) = 82+101+76=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #52654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52654C is #AD9AB3. Grayscale: #5C5C5C. Windows color (decimal): -11377332 or 5006674. OLE color: 5006674.

HSL color Cylindrical-coordinate representation of color #52654C: hue angle of 105.6º 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 #52654C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB8210176-
CMYK0.1900.250.60
HSL105.6º14.12%34.71%-
HSV(B)105.6º24.75%39.61%-
XYZ9.4411.628.58-
YUV92.47118.71120.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=31.66%
G=39.00%
B=29.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101760.1900.250.60105.614.1234.71
Hex52654C130193C6ae23
Octal12214511423031741521643
Binary1010010110010110011001001101100111110011010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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