Html Css Color HEX #55664D Tom Thumb

📋 copy color: '#55664D'

red 85 ◦ green 102 ◦ blue 77

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

Shades of Tom Thumb #55664D

Tints of Tom Thumb #55664D

RGB

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

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

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

R = 32.2%
G = 38.64%
B = 29.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#55664D (or 0x55664D) is known color: Tom Thumb. HEX triplet: 55, 66 and 4D. RGB value is (85,102,77). Sum of RGB (Red+Green+Blue) = 85+102+77=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 102 - color contains mainly: green. Hex color #55664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55664D is #AA99B2. Grayscale: #5E5E5E. Windows color (decimal): -11180467 or 5072469. OLE color: 5072469.

HSL color Cylindrical-coordinate representation of color #55664D: hue angle of 100.8º 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 #55664D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 77 -
CMYK 0.17 0 0.25 0.6
HSL 100.8º 0.14% 0.35% -
HSV(B) 100.8º 0.25% 0.4% -
XYZ 9.84 11.97 8.81 -
YUV 94.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 85 102 77 0.17 0 0.25 0.6 100.8 0.14 0.35
Hex 55 66 4D 11 0 19 3C 65 E 23
Octal 125 146 115 21 0 31 74 145 16 43
Binary 1010101 1100110 1001101 10001 0 11001 111100 1100101 1110 100011

Color Harmonies of #55664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55664D

Black with #55664D

Text Example


Text Example

White with #55664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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