Shades of Kelp #51523A
Tints of Kelp #51523A
RGB
CMYK
RGB Variations
Color information
#51523A (or 0x51523A) is known color: Kelp. HEX triplet: 51, 52 and 3A. RGB value is (81,82,58). Sum of RGB (Red+Green+Blue) = 81+82+58=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #51523A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51523A is #AEADC5. Grayscale: #4F4F4F. Windows color (decimal): -11447750 or 3822161. OLE color: 3822161.
HSL color Cylindrical-coordinate representation of color #51523A: hue angle of 62.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51523A is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 58 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.68 |
| HSL | 62.5º | 0.17% | 0.27% | - |
| HSV(B) | 62.5º | 0.29% | 0.32% | - |
| XYZ | 7.17 | 8.09 | 5.19 | - |
| YUV | 78.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 58 | 0.01 | 0 | 0.29 | 0.68 | 62.5 | 0.17 | 0.27 |
| Hex | 51 | 52 | 3A | 1 | 0 | 1D | 44 | 3F | 11 | 1B |
| Octal | 121 | 122 | 72 | 1 | 0 | 35 | 104 | 77 | 21 | 33 |
| Binary | 1010001 | 1010010 | 111010 | 1 | 0 | 11101 | 1000100 | 111111 | 10001 | 11011 |
Color Harmonies of #51523A
Complementary color
Monochromatic Colors of #51523A
Black with #51523A
Text Example
Text Example
White with #51523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51523A; }
p { color: rgb(81,82,58); }
H1.HeaderClassName
{
color: #51523A;
}
.AnyTagClassName
{
color: #51523A;
}
</style>
background-color css
<style>
a { background-color: #51523A; }
a { background-color: rgb(81,82,58); }
div.DivClassName
{
background-color: #51523A;
}
.BgClassName
{
background-color: #51523A;
}
</style>
border-color css
<style>
span { border-color: #51523A; }
span { border-color: rgb(81,82,58); }
td.TdClassName
{
border-color: #51523A;
}
.TagClassName
{
border-color: #51523A;
}
</style>