Shades of Kelp #55563E
Tints of Kelp #55563E
RGB
CMYK
RGB Variations
Color information
#55563E (or 0x55563E) is known color: Kelp. HEX triplet: 55, 56 and 3E. RGB value is (85,86,62). Sum of RGB (Red+Green+Blue) = 85+86+62=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #55563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55563E is #AAA9C1. Grayscale: #535353. Windows color (decimal): -11184578 or 4085333. OLE color: 4085333.
HSL color Cylindrical-coordinate representation of color #55563E: hue angle of 62.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55563E is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 62 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.66 |
| HSL | 62.5º | 0.16% | 0.29% | - |
| HSV(B) | 62.5º | 0.28% | 0.34% | - |
| XYZ | 7.94 | 8.93 | 5.86 | - |
| YUV | 82.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 62 | 0.01 | 0 | 0.28 | 0.66 | 62.5 | 0.16 | 0.29 |
| Hex | 55 | 56 | 3E | 1 | 0 | 1C | 42 | 3F | 10 | 1D |
| Octal | 125 | 126 | 76 | 1 | 0 | 34 | 102 | 77 | 20 | 35 |
| Binary | 1010101 | 1010110 | 111110 | 1 | 0 | 11100 | 1000010 | 111111 | 10000 | 11101 |
Color Harmonies of #55563E
Complementary color
Monochromatic Colors of #55563E
Black with #55563E
Text Example
Text Example
White with #55563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55563E; }
p { color: rgb(85,86,62); }
H1.HeaderClassName
{
color: #55563E;
}
.AnyTagClassName
{
color: #55563E;
}
</style>
background-color css
<style>
a { background-color: #55563E; }
a { background-color: rgb(85,86,62); }
div.DivClassName
{
background-color: #55563E;
}
.BgClassName
{
background-color: #55563E;
}
</style>
border-color css
<style>
span { border-color: #55563E; }
span { border-color: rgb(85,86,62); }
td.TdClassName
{
border-color: #55563E;
}
.TagClassName
{
border-color: #55563E;
}
</style>