Html Css Color HEX #556251 Tom Thumb

📋 copy color: '#556251'

red 85 ◦ green 98 ◦ blue 81

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

Shades of Tom Thumb #556251

Tints of Tom Thumb #556251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.68%

R = 32.2%
G = 37.12%
B = 30.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#556251 (or 0x556251) is known color: Tom Thumb. HEX triplet: 55, 62 and 51. RGB value is (85,98,81). Sum of RGB (Red+Green+Blue) = 85+98+81=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #556251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556251 is #AA9DAE. Grayscale: #5C5C5C. Windows color (decimal): -11181487 or 5333589. OLE color: 5333589.

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

Color convert

RGB 85 98 81 -
CMYK 0.13 0 0.17 0.62
HSL 105.88º 0.09% 0.35% -
HSV(B) 105.88º 0.17% 0.38% -
XYZ 9.6 11.26 9.45 -
YUV 92.18 121.69 122.88 -
System Red Green Blue C M Y K H S L
Decimal 85 98 81 0.13 0 0.17 0.62 105.88 0.09 0.35
Hex 55 62 51 D 0 11 3E 6A 9 23
Octal 125 142 121 15 0 21 76 152 11 43
Binary 1010101 1100010 1010001 1101 0 10001 111110 1101010 1001 100011

Color Harmonies of #556251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556251

Black with #556251

Text Example


Text Example

White with #556251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556251; }

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

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

background-color css

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

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

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

border-color css

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

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

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