Html Css Color HEX #52624F Tom Thumb

📋 copy color: '#52624F'

red 82 ◦ green 98 ◦ blue 79

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

Shades of Tom Thumb #52624F

Tints of Tom Thumb #52624F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 31.66%
G = 37.84%
B = 30.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#52624F (or 0x52624F) is known color: Tom Thumb. HEX triplet: 52, 62 and 4F. RGB value is (82,98,79). Sum of RGB (Red+Green+Blue) = 82+98+79=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #52624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52624F is #AD9DB0. Grayscale: #5B5B5B. Windows color (decimal): -11378097 or 5202514. OLE color: 5202514.

HSL color Cylindrical-coordinate representation of color #52624F: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #52624F is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 79 -
CMYK 0.16 0 0.19 0.62
HSL 110.53º 0.11% 0.35% -
HSV(B) 110.53º 0.19% 0.38% -
XYZ 9.26 11.09 9.05 -
YUV 91.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 82 98 79 0.16 0 0.19 0.62 110.53 0.11 0.35
Hex 52 62 4F 10 0 13 3E 6F B 23
Octal 122 142 117 20 0 23 76 157 13 43
Binary 1010010 1100010 1001111 10000 0 10011 111110 1101111 1011 100011

Color Harmonies of #52624F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52624F

Black with #52624F

Text Example


Text Example

White with #52624F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52624F;
 }
 .AnyTagClassName
 {
   color: #52624F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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