Shades of Kelp #55553D
Tints of Kelp #55553D
RGB
CMYK
RGB Variations
Color information
#55553D (or 0x55553D) is known color: Kelp. HEX triplet: 55, 55 and 3D. RGB value is (85,85,61). Sum of RGB (Red+Green+Blue) = 85+85+61=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55553D is #AAAAC2. Grayscale: #525252. Windows color (decimal): -11184835 or 4019541. OLE color: 4019541.
HSL color Cylindrical-coordinate representation of color #55553D: 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.28%. Process color model (Four color, CMYK) of #55553D is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 61 | - |
| CMYK | 0 | 0 | 0.28 | 0.67 |
| HSL | 60º | 0.16% | 0.29% | - |
| HSV(B) | 60º | 0.28% | 0.33% | - |
| XYZ | 7.84 | 8.77 | 5.69 | - |
| YUV | 82.26 | 116 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 61 | 0 | 0 | 0.28 | 0.67 | 60 | 0.16 | 0.29 |
| Hex | 55 | 55 | 3D | 0 | 0 | 1C | 43 | 3C | 10 | 1D |
| Octal | 125 | 125 | 75 | 0 | 0 | 34 | 103 | 74 | 20 | 35 |
| Binary | 1010101 | 1010101 | 111101 | 0 | 0 | 11100 | 1000011 | 111100 | 10000 | 11101 |
Color Harmonies of #55553D
Complementary color
Monochromatic Colors of #55553D
Black with #55553D
Text Example
Text Example
White with #55553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55553D; }
p { color: rgb(85,85,61); }
H1.HeaderClassName
{
color: #55553D;
}
.AnyTagClassName
{
color: #55553D;
}
</style>
background-color css
<style>
a { background-color: #55553D; }
a { background-color: rgb(85,85,61); }
div.DivClassName
{
background-color: #55553D;
}
.BgClassName
{
background-color: #55553D;
}
</style>
border-color css
<style>
span { border-color: #55553D; }
span { border-color: rgb(85,85,61); }
td.TdClassName
{
border-color: #55553D;
}
.TagClassName
{
border-color: #55553D;
}
</style>