#526A4E

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

Shades of Tom Thumb #526A4E

Tints of Tom Thumb #526A4E

Color information

#526A4E (or 0x526A4E) is unknown color: approx Tom Thumb. HEX triplet: 52, 6A and 4E. RGB value is (82,106,78). Sum of RGB (Red+Green+Blue) = 82+106+78=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #526A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526A4E is #AD95B1. Grayscale: #5F5F5F. Windows color (decimal): -11376050 or 5139026. OLE color: 5139026.

HSL color Cylindrical-coordinate representation of color #526A4E: hue angle of 111.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526A4E is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB8210678-
CMYK0.2300.260.58
HSL111.43º15.22%36.08%-
HSV(B)111.43º26.42%41.57%-
XYZ10.0112.659.12-
YUV95.63118.05118.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 106 (41.80% from 255) = 39.85%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=30.83%
G=39.85%
B=29.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82106780.2300.260.58111.4315.2236.08
Hex526A4E1701A3A6ff24
Octal12215211627032721571744
Binary1010010110101010011101011101101011101011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A4E; }

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

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

<style>
 a { background-color: #526A4E; }

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

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

<style>
 span { border-color: #526A4E; }

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

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