Html Css Color HEX #55654D Tom Thumb

📋 copy color: '#55654D'

red 85 ◦ green 101 ◦ blue 77

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

Shades of Tom Thumb #55654D

Tints of Tom Thumb #55654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.28%

R = 32.32%
G = 38.4%
B = 29.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#55654D (or 0x55654D) is known color: Tom Thumb. HEX triplet: 55, 65 and 4D. RGB value is (85,101,77). Sum of RGB (Red+Green+Blue) = 85+101+77=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #55654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55654D is #AA9AB2. Grayscale: #5D5D5D. Windows color (decimal): -11180723 or 5072213. OLE color: 5072213.

HSL color Cylindrical-coordinate representation of color #55654D: hue angle of 100º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55654D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 77 -
CMYK 0.16 0 0.24 0.60
HSL 100º 0.13% 0.35% -
HSV(B) 100º 0.24% 0.4% -
XYZ 9.74 11.77 8.78 -
YUV 93.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 85 101 77 0.16 0 0.24 0.60 100 0.13 0.35
Hex 55 65 4D 10 0 18 3C 64 D 23
Octal 125 145 115 20 0 30 74 144 15 43
Binary 1010101 1100101 1001101 10000 0 11000 111100 1100100 1101 100011

Color Harmonies of #55654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55654D

Black with #55654D

Text Example


Text Example

White with #55654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55654D; }

 p { color: rgb(85,101,77); }

 H1.HeaderClassName
 {
   color: #55654D;
 }
 .AnyTagClassName
 {
   color: #55654D;
 }
</style>

background-color css

<style>
 a { background-color: #55654D; }

 a { background-color: rgb(85,101,77); }

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

border-color css

<style>
 span { border-color: #55654D; }

 span { border-color: rgb(85,101,77); }

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