Shades of Kelp #555940
Tints of Kelp #555940
RGB
CMYK
RGB Variations
Color information
#555940 (or 0x555940) is known color: Kelp. HEX triplet: 55, 59 and 40. RGB value is (85,89,64). Sum of RGB (Red+Green+Blue) = 85+89+64=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #555940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555940 is #AAA6BF. Grayscale: #555555. Windows color (decimal): -11183808 or 4217173. OLE color: 4217173.
HSL color Cylindrical-coordinate representation of color #555940: hue angle of 69.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #555940 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 64 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.65 |
| HSL | 69.6º | 0.16% | 0.3% | - |
| HSV(B) | 69.6º | 0.28% | 0.35% | - |
| XYZ | 8.24 | 9.45 | 6.24 | - |
| YUV | 84.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 64 | 0.04 | 0 | 0.28 | 0.65 | 69.6 | 0.16 | 0.3 |
| Hex | 55 | 59 | 40 | 4 | 0 | 1C | 41 | 46 | 10 | 1E |
| Octal | 125 | 131 | 100 | 4 | 0 | 34 | 101 | 106 | 20 | 36 |
| Binary | 1010101 | 1011001 | 1000000 | 100 | 0 | 11100 | 1000001 | 1000110 | 10000 | 11110 |
Color Harmonies of #555940
Complementary color
Monochromatic Colors of #555940
Black with #555940
Text Example
Text Example
White with #555940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555940; }
p { color: rgb(85,89,64); }
H1.HeaderClassName
{
color: #555940;
}
.AnyTagClassName
{
color: #555940;
}
</style>
background-color css
<style>
a { background-color: #555940; }
a { background-color: rgb(85,89,64); }
div.DivClassName
{
background-color: #555940;
}
.BgClassName
{
background-color: #555940;
}
</style>
border-color css
<style>
span { border-color: #555940; }
span { border-color: rgb(85,89,64); }
td.TdClassName
{
border-color: #555940;
}
.TagClassName
{
border-color: #555940;
}
</style>