Shades of Kelp #51573D
Tints of Kelp #51573D
RGB
CMYK
RGB Variations
Color information
#51573D (or 0x51573D) is known color: Kelp. HEX triplet: 51, 57 and 3D. RGB value is (81,87,61). Sum of RGB (Red+Green+Blue) = 81+87+61=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #51573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51573D is #AEA8C2. Grayscale: #525252. Windows color (decimal): -11446467 or 4020049. OLE color: 4020049.
HSL color Cylindrical-coordinate representation of color #51573D: hue angle of 73.85º 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 #51573D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 61 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.66 |
| HSL | 73.85º | 0.18% | 0.29% | - |
| HSV(B) | 73.85º | 0.3% | 0.34% | - |
| XYZ | 7.64 | 8.9 | 5.73 | - |
| YUV | 82.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 61 | 0.07 | 0 | 0.30 | 0.66 | 73.85 | 0.18 | 0.29 |
| Hex | 51 | 57 | 3D | 7 | 0 | 1E | 42 | 4A | 12 | 1D |
| Octal | 121 | 127 | 75 | 7 | 0 | 36 | 102 | 112 | 22 | 35 |
| Binary | 1010001 | 1010111 | 111101 | 111 | 0 | 11110 | 1000010 | 1001010 | 10010 | 11101 |
Color Harmonies of #51573D
Complementary color
Monochromatic Colors of #51573D
Black with #51573D
Text Example
Text Example
White with #51573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51573D; }
p { color: rgb(81,87,61); }
H1.HeaderClassName
{
color: #51573D;
}
.AnyTagClassName
{
color: #51573D;
}
</style>
background-color css
<style>
a { background-color: #51573D; }
a { background-color: rgb(81,87,61); }
div.DivClassName
{
background-color: #51573D;
}
.BgClassName
{
background-color: #51573D;
}
</style>
border-color css
<style>
span { border-color: #51573D; }
span { border-color: rgb(81,87,61); }
td.TdClassName
{
border-color: #51573D;
}
.TagClassName
{
border-color: #51573D;
}
</style>