#52604C

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

Shades of Tom Thumb #52604C

Tints of Tom Thumb #52604C

Color information

#52604C (or 0x52604C) is unknown color: approx Tom Thumb. HEX triplet: 52, 60 and 4C. RGB value is (82,96,76). Sum of RGB (Red+Green+Blue) = 82+96+76=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #52604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52604C is #AD9FB3. Grayscale: #595959. Windows color (decimal): -11378612 or 5005394. OLE color: 5005394.

HSL color Cylindrical-coordinate representation of color #52604C: hue angle of 102º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52604C is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB829676-
CMYK0.1500.210.62
HSL102º11.63%33.73%-
HSV(B)102º20.83%37.65%-
XYZ8.9710.688.43-
YUV89.53120.36122.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.28%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 76 (30.08% from 255) = 29.92%
R=32.28%
G=37.80%
B=29.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296760.1500.210.6210211.6333.73
Hex52604CF0153E66c22
Octal12214011417025761461442
Binary101001011000001001100111101010111111011001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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