Html Css Color HEX #55634E Tom Thumb

📋 copy color: '#55634E'

red 85 ◦ green 99 ◦ blue 78

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

Shades of Tom Thumb #55634E

Tints of Tom Thumb #55634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.79%

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

R = 32.44%
G = 37.79%
B = 29.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#55634E (or 0x55634E) is known color: Tom Thumb. HEX triplet: 55, 63 and 4E. RGB value is (85,99,78). Sum of RGB (Red+Green+Blue) = 85+99+78=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #55634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55634E is #AA9CB1. Grayscale: #5C5C5C. Windows color (decimal): -11181234 or 5137237. OLE color: 5137237.

HSL color Cylindrical-coordinate representation of color #55634E: hue angle of 100º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55634E is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 78 -
CMYK 0.14 0 0.21 0.61
HSL 100º 0.12% 0.35% -
HSV(B) 100º 0.21% 0.39% -
XYZ 9.58 11.41 8.9 -
YUV 92.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 85 99 78 0.14 0 0.21 0.61 100 0.12 0.35
Hex 55 63 4E E 0 15 3D 64 C 23
Octal 125 143 116 16 0 25 75 144 14 43
Binary 1010101 1100011 1001110 1110 0 10101 111101 1100100 1100 100011

Color Harmonies of #55634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55634E

Black with #55634E

Text Example


Text Example

White with #55634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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