Html Css Color HEX #52624E Tom Thumb

📋 copy color: '#52624E'

red 82 ◦ green 98 ◦ blue 78

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

Shades of Tom Thumb #52624E

Tints of Tom Thumb #52624E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 31.78%
G = 37.98%
B = 30.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#52624E (or 0x52624E) is known color: Tom Thumb. HEX triplet: 52, 62 and 4E. RGB value is (82,98,78). Sum of RGB (Red+Green+Blue) = 82+98+78=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #52624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52624E is #AD9DB1. Grayscale: #5B5B5B. Windows color (decimal): -11378098 or 5136978. OLE color: 5136978.

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

Color convert

RGB 82 98 78 -
CMYK 0.16 0 0.20 0.62
HSL 108º 0.11% 0.35% -
HSV(B) 108º 0.2% 0.38% -
XYZ 9.22 11.08 8.86 -
YUV 90.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 82 98 78 0.16 0 0.20 0.62 108 0.11 0.35
Hex 52 62 4E 10 0 14 3E 6C B 23
Octal 122 142 116 20 0 24 76 154 13 43
Binary 1010010 1100010 1001110 10000 0 10100 111110 1101100 1011 100011

Color Harmonies of #52624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52624E

Black with #52624E

Text Example


Text Example

White with #52624E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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