Html Css Color HEX #52664C Tom Thumb

📋 copy color: '#52664C'

red 82 ◦ green 102 ◦ blue 76

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

Shades of Tom Thumb #52664C

Tints of Tom Thumb #52664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 31.54%
G = 39.23%
B = 29.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#52664C (or 0x52664C) is known color: Tom Thumb. HEX triplet: 52, 66 and 4C. RGB value is (82,102,76). Sum of RGB (Red+Green+Blue) = 82+102+76=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #52664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52664C is #AD99B3. Grayscale: #5D5D5D. Windows color (decimal): -11377076 or 5006930. OLE color: 5006930.

HSL color Cylindrical-coordinate representation of color #52664C: hue angle of 106.15º degrees, saturation: 0.15, 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 #52664C is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 76 -
CMYK 0.20 0 0.25 0.6
HSL 106.15º 0.15% 0.35% -
HSV(B) 106.15º 0.25% 0.4% -
XYZ 9.54 11.82 8.62 -
YUV 93.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 82 102 76 0.20 0 0.25 0.6 106.15 0.15 0.35
Hex 52 66 4C 14 0 19 3C 6A F 23
Octal 122 146 114 24 0 31 74 152 17 43
Binary 1010010 1100110 1001100 10100 0 11001 111100 1101010 1111 100011

Color Harmonies of #52664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52664C

Black with #52664C

Text Example


Text Example

White with #52664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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