Shades of Kelp #51573B
Tints of Kelp #51573B
RGB
CMYK
RGB Variations
Color information
#51573B (or 0x51573B) is known color: Kelp. HEX triplet: 51, 57 and 3B. RGB value is (81,87,59). Sum of RGB (Red+Green+Blue) = 81+87+59=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #51573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51573B is #AEA8C4. Grayscale: #525252. Windows color (decimal): -11446469 or 3888977. OLE color: 3888977.
HSL color Cylindrical-coordinate representation of color #51573B: hue angle of 72.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #51573B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 59 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.66 |
| HSL | 72.86º | 0.19% | 0.29% | - |
| HSV(B) | 72.86º | 0.32% | 0.34% | - |
| XYZ | 7.59 | 8.88 | 5.45 | - |
| YUV | 82.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 59 | 0.07 | 0 | 0.32 | 0.66 | 72.86 | 0.19 | 0.29 |
| Hex | 51 | 57 | 3B | 7 | 0 | 20 | 42 | 49 | 13 | 1D |
| Octal | 121 | 127 | 73 | 7 | 0 | 40 | 102 | 111 | 23 | 35 |
| Binary | 1010001 | 1010111 | 111011 | 111 | 0 | 100000 | 1000010 | 1001001 | 10011 | 11101 |
Color Harmonies of #51573B
Complementary color
Monochromatic Colors of #51573B
Black with #51573B
Text Example
Text Example
White with #51573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51573B; }
p { color: rgb(81,87,59); }
H1.HeaderClassName
{
color: #51573B;
}
.AnyTagClassName
{
color: #51573B;
}
</style>
background-color css
<style>
a { background-color: #51573B; }
a { background-color: rgb(81,87,59); }
div.DivClassName
{
background-color: #51573B;
}
.BgClassName
{
background-color: #51573B;
}
</style>
border-color css
<style>
span { border-color: #51573B; }
span { border-color: rgb(81,87,59); }
td.TdClassName
{
border-color: #51573B;
}
.TagClassName
{
border-color: #51573B;
}
</style>