Shades of Kelp #51553E
Tints of Kelp #51553E
RGB
CMYK
RGB Variations
Color information
#51553E (or 0x51553E) is known color: Kelp. HEX triplet: 51, 55 and 3E. RGB value is (81,85,62). Sum of RGB (Red+Green+Blue) = 81+85+62=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #51553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51553E is #AEAAC1. Grayscale: #515151. Windows color (decimal): -11446978 or 4085073. OLE color: 4085073.
HSL color Cylindrical-coordinate representation of color #51553E: hue angle of 70.43º 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 #51553E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 62 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.67 |
| HSL | 70.43º | 0.16% | 0.29% | - |
| HSV(B) | 70.43º | 0.27% | 0.33% | - |
| XYZ | 7.51 | 8.59 | 5.82 | - |
| YUV | 81.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 62 | 0.05 | 0 | 0.27 | 0.67 | 70.43 | 0.16 | 0.29 |
| Hex | 51 | 55 | 3E | 5 | 0 | 1B | 43 | 46 | 10 | 1D |
| Octal | 121 | 125 | 76 | 5 | 0 | 33 | 103 | 106 | 20 | 35 |
| Binary | 1010001 | 1010101 | 111110 | 101 | 0 | 11011 | 1000011 | 1000110 | 10000 | 11101 |
Color Harmonies of #51553E
Complementary color
Monochromatic Colors of #51553E
Black with #51553E
Text Example
Text Example
White with #51553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51553E; }
p { color: rgb(81,85,62); }
H1.HeaderClassName
{
color: #51553E;
}
.AnyTagClassName
{
color: #51553E;
}
</style>
background-color css
<style>
a { background-color: #51553E; }
a { background-color: rgb(81,85,62); }
div.DivClassName
{
background-color: #51553E;
}
.BgClassName
{
background-color: #51553E;
}
</style>
border-color css
<style>
span { border-color: #51553E; }
span { border-color: rgb(81,85,62); }
td.TdClassName
{
border-color: #51553E;
}
.TagClassName
{
border-color: #51553E;
}
</style>