#52654B

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

Shades of Tom Thumb #52654B

Tints of Tom Thumb #52654B

Color information

#52654B (or 0x52654B) is unknown color: approx Tom Thumb. HEX triplet: 52, 65 and 4B. RGB value is (82,101,75). Sum of RGB (Red+Green+Blue) = 82+101+75=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #52654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52654B is #AD9AB4. Grayscale: #5C5C5C. Windows color (decimal): -11377333 or 4941138. OLE color: 4941138.

HSL color Cylindrical-coordinate representation of color #52654B: hue angle of 103.85º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #52654B is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB8210175-
CMYK0.1900.260.60
HSL103.85º14.77%34.51%-
HSV(B)103.85º25.74%39.61%-
XYZ9.411.618.4-
YUV92.36118.21120.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=31.78%
G=39.15%
B=29.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101750.1900.260.60103.8514.7734.51
Hex52654B1301A3C68f23
Octal12214511323032741501743
Binary1010010110010110010111001101101011110011010001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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