Html Css Color HEX #52654C Tom Thumb

📋 copy color: '#52654C'

red 82 ◦ green 101 ◦ blue 76

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

Shades of Tom Thumb #52654C

Tints of Tom Thumb #52654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

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

R = 31.66%
G = 39%
B = 29.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#52654C (or 0x52654C) is known color: Tom Thumb. HEX triplet: 52, 65 and 4C. RGB value is (82,101,76). Sum of RGB (Red+Green+Blue) = 82+101+76=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #52654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52654C is #AD9AB3. Grayscale: #5C5C5C. Windows color (decimal): -11377332 or 5006674. OLE color: 5006674.

HSL color Cylindrical-coordinate representation of color #52654C: hue angle of 105.6º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52654C is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 76 -
CMYK 0.19 0 0.25 0.60
HSL 105.6º 0.14% 0.35% -
HSV(B) 105.6º 0.25% 0.4% -
XYZ 9.44 11.62 8.58 -
YUV 92.47 118.71 120.53 -
System Red Green Blue C M Y K H S L
Decimal 82 101 76 0.19 0 0.25 0.60 105.6 0.14 0.35
Hex 52 65 4C 13 0 19 3C 6A E 23
Octal 122 145 114 23 0 31 74 152 16 43
Binary 1010010 1100101 1001100 10011 0 11001 111100 1101010 1110 100011

Color Harmonies of #52654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52654C

Black with #52654C

Text Example


Text Example

White with #52654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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