Shades of Kelp #555845
Tints of Kelp #555845
RGB
CMYK
RGB Variations
Color information
#555845 (or 0x555845) is known color: Kelp. HEX triplet: 55, 58 and 45. RGB value is (85,88,69). Sum of RGB (Red+Green+Blue) = 85+88+69=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 88 - color contains mainly: green. Hex color #555845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555845 is #AAA7BA. Grayscale: #555555. Windows color (decimal): -11184059 or 4544597. OLE color: 4544597.
HSL color Cylindrical-coordinate representation of color #555845: hue angle of 69.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #555845 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 69 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.65 |
| HSL | 69.47º | 0.12% | 0.31% | - |
| HSV(B) | 69.47º | 0.22% | 0.35% | - |
| XYZ | 8.31 | 9.34 | 7 | - |
| YUV | 84.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 69 | 0.03 | 0 | 0.22 | 0.65 | 69.47 | 0.12 | 0.31 |
| Hex | 55 | 58 | 45 | 3 | 0 | 16 | 41 | 45 | C | 1F |
| Octal | 125 | 130 | 105 | 3 | 0 | 26 | 101 | 105 | 14 | 37 |
| Binary | 1010101 | 1011000 | 1000101 | 11 | 0 | 10110 | 1000001 | 1000101 | 1100 | 11111 |
Color Harmonies of #555845
Complementary color
Monochromatic Colors of #555845
Black with #555845
Text Example
Text Example
White with #555845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555845; }
p { color: rgb(85,88,69); }
H1.HeaderClassName
{
color: #555845;
}
.AnyTagClassName
{
color: #555845;
}
</style>
background-color css
<style>
a { background-color: #555845; }
a { background-color: rgb(85,88,69); }
div.DivClassName
{
background-color: #555845;
}
.BgClassName
{
background-color: #555845;
}
</style>
border-color css
<style>
span { border-color: #555845; }
span { border-color: rgb(85,88,69); }
td.TdClassName
{
border-color: #555845;
}
.TagClassName
{
border-color: #555845;
}
</style>