Html Css Color HEX #52684F Tom Thumb

📋 copy color: '#52684F'

red 82 ◦ green 104 ◦ blue 79

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

Shades of Tom Thumb #52684F

Tints of Tom Thumb #52684F

RGB

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

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

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

R = 30.94%
G = 39.25%
B = 29.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#52684F (or 0x52684F) is known color: Tom Thumb. HEX triplet: 52, 68 and 4F. RGB value is (82,104,79). Sum of RGB (Red+Green+Blue) = 82+104+79=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #52684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52684F is #AD97B0. Grayscale: #5E5E5E. Windows color (decimal): -11376561 or 5204050. OLE color: 5204050.

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

Color convert

RGB 82 104 79 -
CMYK 0.21 0 0.24 0.59
HSL 112.8º 0.14% 0.36% -
HSV(B) 112.8º 0.24% 0.41% -
XYZ 9.84 12.26 9.24 -
YUV 94.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 82 104 79 0.21 0 0.24 0.59 112.8 0.14 0.36
Hex 52 68 4F 15 0 18 3B 71 E 24
Octal 122 150 117 25 0 30 73 161 16 44
Binary 1010010 1101000 1001111 10101 0 11000 111011 1110001 1110 100100

Color Harmonies of #52684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52684F

Black with #52684F

Text Example


Text Example

White with #52684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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