Shades of Kelp #555639
Tints of Kelp #555639
RGB
CMYK
RGB Variations
Color information
#555639 (or 0x555639) is known color: Kelp. HEX triplet: 55, 56 and 39. RGB value is (85,86,57). Sum of RGB (Red+Green+Blue) = 85+86+57=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #555639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555639 is #AAA9C6. Grayscale: #525252. Windows color (decimal): -11184583 or 3757653. OLE color: 3757653.
HSL color Cylindrical-coordinate representation of color #555639: hue angle of 62.07º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #555639 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 57 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.66 |
| HSL | 62.07º | 0.2% | 0.28% | - |
| HSV(B) | 62.07º | 0.34% | 0.34% | - |
| XYZ | 7.81 | 8.88 | 5.17 | - |
| YUV | 82.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 57 | 0.01 | 0 | 0.34 | 0.66 | 62.07 | 0.2 | 0.28 |
| Hex | 55 | 56 | 39 | 1 | 0 | 22 | 42 | 3E | 14 | 1C |
| Octal | 125 | 126 | 71 | 1 | 0 | 42 | 102 | 76 | 24 | 34 |
| Binary | 1010101 | 1010110 | 111001 | 1 | 0 | 100010 | 1000010 | 111110 | 10100 | 11100 |
Color Harmonies of #555639
Complementary color
Monochromatic Colors of #555639
Black with #555639
Text Example
Text Example
White with #555639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555639; }
p { color: rgb(85,86,57); }
H1.HeaderClassName
{
color: #555639;
}
.AnyTagClassName
{
color: #555639;
}
</style>
background-color css
<style>
a { background-color: #555639; }
a { background-color: rgb(85,86,57); }
div.DivClassName
{
background-color: #555639;
}
.BgClassName
{
background-color: #555639;
}
</style>
border-color css
<style>
span { border-color: #555639; }
span { border-color: rgb(85,86,57); }
td.TdClassName
{
border-color: #555639;
}
.TagClassName
{
border-color: #555639;
}
</style>