Shades of Kelp #51523B
Tints of Kelp #51523B
RGB
CMYK
RGB Variations
Color information
#51523B (or 0x51523B) is known color: Kelp. HEX triplet: 51, 52 and 3B. RGB value is (81,82,59). Sum of RGB (Red+Green+Blue) = 81+82+59=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #51523B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51523B is #AEADC4. Grayscale: #4F4F4F. Windows color (decimal): -11447749 or 3887697. OLE color: 3887697.
HSL color Cylindrical-coordinate representation of color #51523B: hue angle of 62.61º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51523B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 59 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.68 |
| HSL | 62.61º | 0.16% | 0.28% | - |
| HSV(B) | 62.61º | 0.28% | 0.32% | - |
| XYZ | 7.2 | 8.1 | 5.32 | - |
| YUV | 79.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 59 | 0.01 | 0 | 0.28 | 0.68 | 62.61 | 0.16 | 0.28 |
| Hex | 51 | 52 | 3B | 1 | 0 | 1C | 44 | 3F | 10 | 1C |
| Octal | 121 | 122 | 73 | 1 | 0 | 34 | 104 | 77 | 20 | 34 |
| Binary | 1010001 | 1010010 | 111011 | 1 | 0 | 11100 | 1000100 | 111111 | 10000 | 11100 |
Color Harmonies of #51523B
Complementary color
Monochromatic Colors of #51523B
Black with #51523B
Text Example
Text Example
White with #51523B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51523B; }
p { color: rgb(81,82,59); }
H1.HeaderClassName
{
color: #51523B;
}
.AnyTagClassName
{
color: #51523B;
}
</style>
background-color css
<style>
a { background-color: #51523B; }
a { background-color: rgb(81,82,59); }
div.DivClassName
{
background-color: #51523B;
}
.BgClassName
{
background-color: #51523B;
}
</style>
border-color css
<style>
span { border-color: #51523B; }
span { border-color: rgb(81,82,59); }
td.TdClassName
{
border-color: #51523B;
}
.TagClassName
{
border-color: #51523B;
}
</style>