Shades of Kelp #55553E
Tints of Kelp #55553E
RGB
CMYK
RGB Variations
Color information
#55553E (or 0x55553E) is known color: Kelp. HEX triplet: 55, 55 and 3E. RGB value is (85,85,62). Sum of RGB (Red+Green+Blue) = 85+85+62=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55553E is #AAAAC1. Grayscale: #525252. Windows color (decimal): -11184834 or 4085077. OLE color: 4085077.
HSL color Cylindrical-coordinate representation of color #55553E: hue angle of 60º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55553E is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 62 | - |
| CMYK | 0 | 0 | 0.27 | 0.67 |
| HSL | 60º | 0.16% | 0.29% | - |
| HSV(B) | 60º | 0.27% | 0.33% | - |
| XYZ | 7.86 | 8.78 | 5.84 | - |
| YUV | 82.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 62 | 0 | 0 | 0.27 | 0.67 | 60 | 0.16 | 0.29 |
| Hex | 55 | 55 | 3E | 0 | 0 | 1B | 43 | 3C | 10 | 1D |
| Octal | 125 | 125 | 76 | 0 | 0 | 33 | 103 | 74 | 20 | 35 |
| Binary | 1010101 | 1010101 | 111110 | 0 | 0 | 11011 | 1000011 | 111100 | 10000 | 11101 |
Color Harmonies of #55553E
Complementary color
Monochromatic Colors of #55553E
Black with #55553E
Text Example
Text Example
White with #55553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55553E; }
p { color: rgb(85,85,62); }
H1.HeaderClassName
{
color: #55553E;
}
.AnyTagClassName
{
color: #55553E;
}
</style>
background-color css
<style>
a { background-color: #55553E; }
a { background-color: rgb(85,85,62); }
div.DivClassName
{
background-color: #55553E;
}
.BgClassName
{
background-color: #55553E;
}
</style>
border-color css
<style>
span { border-color: #55553E; }
span { border-color: rgb(85,85,62); }
td.TdClassName
{
border-color: #55553E;
}
.TagClassName
{
border-color: #55553E;
}
</style>