Html Css Color HEX #55684C Tom Thumb

📋 copy color: '#55684C'

red 85 ◦ green 104 ◦ blue 76

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

Shades of Tom Thumb #55684C

Tints of Tom Thumb #55684C

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

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

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

R = 32.08%
G = 39.25%
B = 28.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#55684C (or 0x55684C) is known color: Tom Thumb. HEX triplet: 55, 68 and 4C. RGB value is (85,104,76). Sum of RGB (Red+Green+Blue) = 85+104+76=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #55684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55684C is #AA97B3. Grayscale: #5F5F5F. Windows color (decimal): -11179956 or 5007445. OLE color: 5007445.

HSL color Cylindrical-coordinate representation of color #55684C: hue angle of 100.71º 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 #55684C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 76 -
CMYK 0.18 0 0.27 0.59
HSL 100.71º 0.16% 0.35% -
HSV(B) 100.71º 0.27% 0.41% -
XYZ 10 12.35 8.69 -
YUV 95.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 85 104 76 0.18 0 0.27 0.59 100.71 0.16 0.35
Hex 55 68 4C 12 0 1B 3B 65 10 23
Octal 125 150 114 22 0 33 73 145 20 43
Binary 1010101 1101000 1001100 10010 0 11011 111011 1100101 10000 100011

Color Harmonies of #55684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55684C

Black with #55684C

Text Example


Text Example

White with #55684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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