Shades of Kelp #51563C
Tints of Kelp #51563C
RGB
CMYK
RGB Variations
Color information
#51563C (or 0x51563C) is known color: Kelp. HEX triplet: 51, 56 and 3C. RGB value is (81,86,60). Sum of RGB (Red+Green+Blue) = 81+86+60=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #51563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51563C is #AEA9C3. Grayscale: #515151. Windows color (decimal): -11446724 or 3954257. OLE color: 3954257.
HSL color Cylindrical-coordinate representation of color #51563C: hue angle of 71.54º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51563C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 60 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.66 |
| HSL | 71.54º | 0.18% | 0.29% | - |
| HSV(B) | 71.54º | 0.3% | 0.34% | - |
| XYZ | 7.54 | 8.73 | 5.56 | - |
| YUV | 81.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 60 | 0.06 | 0 | 0.30 | 0.66 | 71.54 | 0.18 | 0.29 |
| Hex | 51 | 56 | 3C | 6 | 0 | 1E | 42 | 48 | 12 | 1D |
| Octal | 121 | 126 | 74 | 6 | 0 | 36 | 102 | 110 | 22 | 35 |
| Binary | 1010001 | 1010110 | 111100 | 110 | 0 | 11110 | 1000010 | 1001000 | 10010 | 11101 |
Color Harmonies of #51563C
Complementary color
Monochromatic Colors of #51563C
Black with #51563C
Text Example
Text Example
White with #51563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51563C; }
p { color: rgb(81,86,60); }
H1.HeaderClassName
{
color: #51563C;
}
.AnyTagClassName
{
color: #51563C;
}
</style>
background-color css
<style>
a { background-color: #51563C; }
a { background-color: rgb(81,86,60); }
div.DivClassName
{
background-color: #51563C;
}
.BgClassName
{
background-color: #51563C;
}
</style>
border-color css
<style>
span { border-color: #51563C; }
span { border-color: rgb(81,86,60); }
td.TdClassName
{
border-color: #51563C;
}
.TagClassName
{
border-color: #51563C;
}
</style>