Html Css Color HEX #556550 Tom Thumb

📋 copy color: '#556550'

red 85 ◦ green 101 ◦ blue 80

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

Shades of Tom Thumb #556550

Tints of Tom Thumb #556550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 31.95%
G = 37.97%
B = 30.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#556550 (or 0x556550) is known color: Tom Thumb. HEX triplet: 55, 65 and 50. RGB value is (85,101,80). Sum of RGB (Red+Green+Blue) = 85+101+80=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #556550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556550 is #AA9AAF. Grayscale: #5D5D5D. Windows color (decimal): -11180720 or 5268821. OLE color: 5268821.

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

Color convert

RGB 85 101 80 -
CMYK 0.16 0 0.21 0.60
HSL 105.71º 0.12% 0.35% -
HSV(B) 105.71º 0.21% 0.4% -
XYZ 9.85 11.82 9.35 -
YUV 93.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 85 101 80 0.16 0 0.21 0.60 105.71 0.12 0.35
Hex 55 65 50 10 0 15 3C 6A C 23
Octal 125 145 120 20 0 25 74 152 14 43
Binary 1010101 1100101 1010000 10000 0 10101 111100 1101010 1100 100011

Color Harmonies of #556550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556550

Black with #556550

Text Example


Text Example

White with #556550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556550; }

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

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

background-color css

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

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

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

border-color css

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

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

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