Shades of Kelp #50513F
Tints of Kelp #50513F
RGB
CMYK
RGB Variations
Color information
#50513F (or 0x50513F) is known color: Kelp. HEX triplet: 50, 51 and 3F. RGB value is (80,81,63). Sum of RGB (Red+Green+Blue) = 80+81+63=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #50513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50513F is #AFAEC0. Grayscale: #4E4E4E. Windows color (decimal): -11513537 or 4149584. OLE color: 4149584.
HSL color Cylindrical-coordinate representation of color #50513F: hue angle of 63.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50513F is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 63 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.68 |
| HSL | 63.33º | 0.13% | 0.28% | - |
| HSV(B) | 63.33º | 0.22% | 0.32% | - |
| XYZ | 7.15 | 7.95 | 5.86 | - |
| YUV | 78.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 63 | 0.01 | 0 | 0.22 | 0.68 | 63.33 | 0.13 | 0.28 |
| Hex | 50 | 51 | 3F | 1 | 0 | 16 | 44 | 3F | C | 1C |
| Octal | 120 | 121 | 77 | 1 | 0 | 26 | 104 | 77 | 14 | 34 |
| Binary | 1010000 | 1010001 | 111111 | 1 | 0 | 10110 | 1000100 | 111111 | 1100 | 11100 |
Color Harmonies of #50513F
Complementary color
Monochromatic Colors of #50513F
Black with #50513F
Text Example
Text Example
White with #50513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50513F; }
p { color: rgb(80,81,63); }
H1.HeaderClassName
{
color: #50513F;
}
.AnyTagClassName
{
color: #50513F;
}
</style>
background-color css
<style>
a { background-color: #50513F; }
a { background-color: rgb(80,81,63); }
div.DivClassName
{
background-color: #50513F;
}
.BgClassName
{
background-color: #50513F;
}
</style>
border-color css
<style>
span { border-color: #50513F; }
span { border-color: rgb(80,81,63); }
td.TdClassName
{
border-color: #50513F;
}
.TagClassName
{
border-color: #50513F;
}
</style>