Html Css Color HEX #55624E Tom Thumb

📋 copy color: '#55624E'

red 85 ◦ green 98 ◦ blue 78

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

Shades of Tom Thumb #55624E

Tints of Tom Thumb #55624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.55%

 BLUE value IS 78 (30.86% from 255) = 29.89%

R = 32.57%
G = 37.55%
B = 29.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#55624E (or 0x55624E) is known color: Tom Thumb. HEX triplet: 55, 62 and 4E. RGB value is (85,98,78). Sum of RGB (Red+Green+Blue) = 85+98+78=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #55624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55624E is #AA9DB1. Grayscale: #5B5B5B. Windows color (decimal): -11181490 or 5136981. OLE color: 5136981.

HSL color Cylindrical-coordinate representation of color #55624E: hue angle of 99º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55624E is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 78 -
CMYK 0.13 0 0.20 0.62
HSL 99º 0.11% 0.35% -
HSV(B) 99º 0.2% 0.38% -
XYZ 9.49 11.22 8.87 -
YUV 91.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 85 98 78 0.13 0 0.20 0.62 99 0.11 0.35
Hex 55 62 4E D 0 14 3E 63 B 23
Octal 125 142 116 15 0 24 76 143 13 43
Binary 1010101 1100010 1001110 1101 0 10100 111110 1100011 1011 100011

Color Harmonies of #55624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55624E

Black with #55624E

Text Example


Text Example

White with #55624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55624E; }

 p { color: rgb(85,98,78); }

 H1.HeaderClassName
 {
   color: #55624E;
 }
 .AnyTagClassName
 {
   color: #55624E;
 }
</style>

background-color css

<style>
 a { background-color: #55624E; }

 a { background-color: rgb(85,98,78); }

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

border-color css

<style>
 span { border-color: #55624E; }

 span { border-color: rgb(85,98,78); }

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