Shades of Kelp #555943
Tints of Kelp #555943
RGB
CMYK
RGB Variations
Color information
#555943 (or 0x555943) is known color: Kelp. HEX triplet: 55, 59 and 43. RGB value is (85,89,67). Sum of RGB (Red+Green+Blue) = 85+89+67=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #555943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555943 is #AAA6BC. Grayscale: #555555. Windows color (decimal): -11183805 or 4413781. OLE color: 4413781.
HSL color Cylindrical-coordinate representation of color #555943: hue angle of 70.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555943 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 67 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.65 |
| HSL | 70.91º | 0.14% | 0.31% | - |
| HSV(B) | 70.91º | 0.25% | 0.35% | - |
| XYZ | 8.33 | 9.48 | 6.7 | - |
| YUV | 85.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 67 | 0.04 | 0 | 0.25 | 0.65 | 70.91 | 0.14 | 0.31 |
| Hex | 55 | 59 | 43 | 4 | 0 | 19 | 41 | 47 | E | 1F |
| Octal | 125 | 131 | 103 | 4 | 0 | 31 | 101 | 107 | 16 | 37 |
| Binary | 1010101 | 1011001 | 1000011 | 100 | 0 | 11001 | 1000001 | 1000111 | 1110 | 11111 |
Color Harmonies of #555943
Complementary color
Monochromatic Colors of #555943
Black with #555943
Text Example
Text Example
White with #555943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555943; }
p { color: rgb(85,89,67); }
H1.HeaderClassName
{
color: #555943;
}
.AnyTagClassName
{
color: #555943;
}
</style>
background-color css
<style>
a { background-color: #555943; }
a { background-color: rgb(85,89,67); }
div.DivClassName
{
background-color: #555943;
}
.BgClassName
{
background-color: #555943;
}
</style>
border-color css
<style>
span { border-color: #555943; }
span { border-color: rgb(85,89,67); }
td.TdClassName
{
border-color: #555943;
}
.TagClassName
{
border-color: #555943;
}
</style>