Html Css Color HEX #52684C Tom Thumb

📋 copy color: '#52684C'

red 82 ◦ green 104 ◦ blue 76

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

Shades of Tom Thumb #52684C

Tints of Tom Thumb #52684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.69%

 BLUE value IS 76 (30.08% from 255) = 29.01%

R = 31.3%
G = 39.69%
B = 29.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#52684C (or 0x52684C) is known color: Tom Thumb. HEX triplet: 52, 68 and 4C. RGB value is (82,104,76). Sum of RGB (Red+Green+Blue) = 82+104+76=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #52684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52684C is #AD97B3. Grayscale: #5E5E5E. Windows color (decimal): -11376564 or 5007442. OLE color: 5007442.

HSL color Cylindrical-coordinate representation of color #52684C: hue angle of 107.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52684C is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 76 -
CMYK 0.21 0 0.27 0.59
HSL 107.14º 0.16% 0.35% -
HSV(B) 107.14º 0.27% 0.41% -
XYZ 9.73 12.22 8.68 -
YUV 94.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 82 104 76 0.21 0 0.27 0.59 107.14 0.16 0.35
Hex 52 68 4C 15 0 1B 3B 6B 10 23
Octal 122 150 114 25 0 33 73 153 20 43
Binary 1010010 1101000 1001100 10101 0 11011 111011 1101011 10000 100011

Color Harmonies of #52684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52684C

Black with #52684C

Text Example


Text Example

White with #52684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52684C; }

 p { color: rgb(82,104,76); }

 H1.HeaderClassName
 {
   color: #52684C;
 }
 .AnyTagClassName
 {
   color: #52684C;
 }
</style>

background-color css

<style>
 a { background-color: #52684C; }

 a { background-color: rgb(82,104,76); }

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

border-color css

<style>
 span { border-color: #52684C; }

 span { border-color: rgb(82,104,76); }

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