Html Css Color HEX #526A4E Tom Thumb

📋 copy color: '#526A4E'

red 82 ◦ green 106 ◦ blue 78

#526A4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #526A4E

Tints of Tom Thumb #526A4E

RGB

 RED value IS 82 (32.42% from 255) = 30.83%

 GREEN value IS 106 (41.8% 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 value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#526A4E (or 0x526A4E) is known color: 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

RGB 82 106 78 -
CMYK 0.23 0 0.26 0.58
HSL 111.43º 0.15% 0.36% -
HSV(B) 111.43º 0.26% 0.42% -
XYZ 10.01 12.65 9.12 -
YUV 95.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 82 106 78 0.23 0 0.26 0.58 111.43 0.15 0.36
Hex 52 6A 4E 17 0 1A 3A 6F F 24
Octal 122 152 116 27 0 32 72 157 17 44
Binary 1010010 1101010 1001110 10111 0 11010 111010 1101111 1111 100100

Color Harmonies of #526A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A4E

Black with #526A4E

Text Example


Text Example

White with #526A4E

Text Example


Text Example

HTML Codes & Css Web 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>