Shades of Kelp #555738
Tints of Kelp #555738
RGB
CMYK
RGB Variations
Color information
#555738 (or 0x555738) is known color: Kelp. HEX triplet: 55, 57 and 38. RGB value is (85,87,56). Sum of RGB (Red+Green+Blue) = 85+87+56=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #555738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555738 is #AAA8C7. Grayscale: #525252. Windows color (decimal): -11184328 or 3692373. OLE color: 3692373.
HSL color Cylindrical-coordinate representation of color #555738: hue angle of 63.87º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555738 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 56 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.66 |
| HSL | 63.87º | 0.22% | 0.28% | - |
| HSV(B) | 63.87º | 0.36% | 0.34% | - |
| XYZ | 7.87 | 9.03 | 5.07 | - |
| YUV | 82.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 56 | 0.02 | 0 | 0.36 | 0.66 | 63.87 | 0.22 | 0.28 |
| Hex | 55 | 57 | 38 | 2 | 0 | 24 | 42 | 40 | 16 | 1C |
| Octal | 125 | 127 | 70 | 2 | 0 | 44 | 102 | 100 | 26 | 34 |
| Binary | 1010101 | 1010111 | 111000 | 10 | 0 | 100100 | 1000010 | 1000000 | 10110 | 11100 |
Color Harmonies of #555738
Complementary color
Monochromatic Colors of #555738
Black with #555738
Text Example
Text Example
White with #555738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555738; }
p { color: rgb(85,87,56); }
H1.HeaderClassName
{
color: #555738;
}
.AnyTagClassName
{
color: #555738;
}
</style>
background-color css
<style>
a { background-color: #555738; }
a { background-color: rgb(85,87,56); }
div.DivClassName
{
background-color: #555738;
}
.BgClassName
{
background-color: #555738;
}
</style>
border-color css
<style>
span { border-color: #555738; }
span { border-color: rgb(85,87,56); }
td.TdClassName
{
border-color: #555738;
}
.TagClassName
{
border-color: #555738;
}
</style>