Shades of Kelp #555944
Tints of Kelp #555944
RGB
CMYK
RGB Variations
Color information
#555944 (or 0x555944) is known color: Kelp. HEX triplet: 55, 59 and 44. RGB value is (85,89,68). Sum of RGB (Red+Green+Blue) = 85+89+68=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #555944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555944 is #AAA6BB. Grayscale: #555555. Windows color (decimal): -11183804 or 4479317. OLE color: 4479317.
HSL color Cylindrical-coordinate representation of color #555944: hue angle of 71.43º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555944 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 68 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.65 |
| HSL | 71.43º | 0.13% | 0.31% | - |
| HSV(B) | 71.43º | 0.24% | 0.35% | - |
| XYZ | 8.36 | 9.49 | 6.86 | - |
| YUV | 85.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 68 | 0.04 | 0 | 0.24 | 0.65 | 71.43 | 0.13 | 0.31 |
| Hex | 55 | 59 | 44 | 4 | 0 | 18 | 41 | 47 | D | 1F |
| Octal | 125 | 131 | 104 | 4 | 0 | 30 | 101 | 107 | 15 | 37 |
| Binary | 1010101 | 1011001 | 1000100 | 100 | 0 | 11000 | 1000001 | 1000111 | 1101 | 11111 |
Color Harmonies of #555944
Complementary color
Monochromatic Colors of #555944
Black with #555944
Text Example
Text Example
White with #555944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555944; }
p { color: rgb(85,89,68); }
H1.HeaderClassName
{
color: #555944;
}
.AnyTagClassName
{
color: #555944;
}
</style>
background-color css
<style>
a { background-color: #555944; }
a { background-color: rgb(85,89,68); }
div.DivClassName
{
background-color: #555944;
}
.BgClassName
{
background-color: #555944;
}
</style>
border-color css
<style>
span { border-color: #555944; }
span { border-color: rgb(85,89,68); }
td.TdClassName
{
border-color: #555944;
}
.TagClassName
{
border-color: #555944;
}
</style>