Shades of Kelp #555846
Tints of Kelp #555846
RGB
CMYK
RGB Variations
Color information
#555846 (or 0x555846) is known color: Kelp. HEX triplet: 55, 58 and 46. RGB value is (85,88,70). Sum of RGB (Red+Green+Blue) = 85+88+70=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #555846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555846 is #AAA7B9. Grayscale: #555555. Windows color (decimal): -11184058 or 4610133. OLE color: 4610133.
HSL color Cylindrical-coordinate representation of color #555846: hue angle of 70º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #555846 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 70 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.65 |
| HSL | 70º | 0.11% | 0.31% | - |
| HSV(B) | 70º | 0.2% | 0.35% | - |
| XYZ | 8.34 | 9.35 | 7.16 | - |
| YUV | 85.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 70 | 0.03 | 0 | 0.20 | 0.65 | 70 | 0.11 | 0.31 |
| Hex | 55 | 58 | 46 | 3 | 0 | 14 | 41 | 46 | B | 1F |
| Octal | 125 | 130 | 106 | 3 | 0 | 24 | 101 | 106 | 13 | 37 |
| Binary | 1010101 | 1011000 | 1000110 | 11 | 0 | 10100 | 1000001 | 1000110 | 1011 | 11111 |
Color Harmonies of #555846
Complementary color
Monochromatic Colors of #555846
Black with #555846
Text Example
Text Example
White with #555846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555846; }
p { color: rgb(85,88,70); }
H1.HeaderClassName
{
color: #555846;
}
.AnyTagClassName
{
color: #555846;
}
</style>
background-color css
<style>
a { background-color: #555846; }
a { background-color: rgb(85,88,70); }
div.DivClassName
{
background-color: #555846;
}
.BgClassName
{
background-color: #555846;
}
</style>
border-color css
<style>
span { border-color: #555846; }
span { border-color: rgb(85,88,70); }
td.TdClassName
{
border-color: #555846;
}
.TagClassName
{
border-color: #555846;
}
</style>