Html Css Color HEX #52684B Tom Thumb

📋 copy color: '#52684B'

red 82 ◦ green 104 ◦ blue 75

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

Shades of Tom Thumb #52684B

Tints of Tom Thumb #52684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.74%

R = 31.42%
G = 39.85%
B = 28.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#52684B (or 0x52684B) is known color: Tom Thumb. HEX triplet: 52, 68 and 4B. RGB value is (82,104,75). Sum of RGB (Red+Green+Blue) = 82+104+75=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #52684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52684B is #AD97B4. Grayscale: #5E5E5E. Windows color (decimal): -11376565 or 4941906. OLE color: 4941906.

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

Color convert

RGB 82 104 75 -
CMYK 0.21 0 0.28 0.59
HSL 105.52º 0.16% 0.35% -
HSV(B) 105.52º 0.28% 0.41% -
XYZ 9.7 12.2 8.5 -
YUV 94.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 82 104 75 0.21 0 0.28 0.59 105.52 0.16 0.35
Hex 52 68 4B 15 0 1C 3B 6A 10 23
Octal 122 150 113 25 0 34 73 152 20 43
Binary 1010010 1101000 1001011 10101 0 11100 111011 1101010 10000 100011

Color Harmonies of #52684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52684B

Black with #52684B

Text Example


Text Example

White with #52684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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