Html Css Color HEX #55634F Tom Thumb

📋 copy color: '#55634F'

red 85 ◦ green 99 ◦ blue 79

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

Shades of Tom Thumb #55634F

Tints of Tom Thumb #55634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 32.32%
G = 37.64%
B = 30.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#55634F (or 0x55634F) is known color: Tom Thumb. HEX triplet: 55, 63 and 4F. RGB value is (85,99,79). Sum of RGB (Red+Green+Blue) = 85+99+79=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #55634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55634F is #AA9CB0. Grayscale: #5C5C5C. Windows color (decimal): -11181233 or 5202773. OLE color: 5202773.

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

Color convert

RGB 85 99 79 -
CMYK 0.14 0 0.20 0.61
HSL 102º 0.11% 0.35% -
HSV(B) 102º 0.2% 0.39% -
XYZ 9.62 11.42 9.09 -
YUV 92.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 85 99 79 0.14 0 0.20 0.61 102 0.11 0.35
Hex 55 63 4F E 0 14 3D 66 B 23
Octal 125 143 117 16 0 24 75 146 13 43
Binary 1010101 1100011 1001111 1110 0 10100 111101 1100110 1011 100011

Color Harmonies of #55634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55634F

Black with #55634F

Text Example


Text Example

White with #55634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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