#556150

Color #556150 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #556150

Tints of Tom Thumb #556150

Color information

#556150 (or 0x556150) is unknown color: approx Tom Thumb. HEX triplet: 55, 61 and 50. RGB value is (85,97,80). Sum of RGB (Red+Green+Blue) = 85+97+80=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #556150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556150 is #AA9EAF. Grayscale: #5B5B5B. Windows color (decimal): -11181744 or 5267797. OLE color: 5267797.

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

Color convert

RGB859780-
CMYK0.1200.180.62
HSL102.35º9.6%34.71%-
HSV(B)102.35º17.53%38.04%-
XYZ9.4711.069.23-
YUV91.47121.52123.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 80 (31.64% from 255) = 30.53%
R=32.44%
G=37.02%
B=30.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597800.1200.180.62102.359.634.71
Hex556150C0123E66a23
Octal12514112014022761461243
Binary101010111000011010000110001001011111011001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556150; }

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

 H1.HeaderClassName
 {
   color: #556150;
 }
 .AnyTagClassName
 {
   color: #556150;
 }
</style>
background-color css

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

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

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

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

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

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