#52604F

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

Shades of Tom Thumb #52604F

Tints of Tom Thumb #52604F

Color information

#52604F (or 0x52604F) is unknown color: approx Tom Thumb. HEX triplet: 52, 60 and 4F. RGB value is (82,96,79). Sum of RGB (Red+Green+Blue) = 82+96+79=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #52604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52604F is #AD9FB0. Grayscale: #595959. Windows color (decimal): -11378609 or 5202002. OLE color: 5202002.

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

Color convert

RGB829679-
CMYK0.1500.180.62
HSL109.41º9.71%34.31%-
HSV(B)109.41º17.71%37.65%-
XYZ9.0710.728.99-
YUV89.88121.86122.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=31.91%
G=37.35%
B=30.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296790.1500.180.62109.419.7134.31
Hex52604FF0123E6da22
Octal12214011717022761551242
Binary101001011000001001111111101001011111011011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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