Shades of Kelp #51573C
Tints of Kelp #51573C
RGB
CMYK
RGB Variations
Color information
#51573C (or 0x51573C) is known color: Kelp. HEX triplet: 51, 57 and 3C. RGB value is (81,87,60). Sum of RGB (Red+Green+Blue) = 81+87+60=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #51573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51573C is #AEA8C3. Grayscale: #525252. Windows color (decimal): -11446468 or 3954513. OLE color: 3954513.
HSL color Cylindrical-coordinate representation of color #51573C: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51573C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 60 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.66 |
| HSL | 73.33º | 0.18% | 0.29% | - |
| HSV(B) | 73.33º | 0.31% | 0.34% | - |
| XYZ | 7.62 | 8.89 | 5.59 | - |
| YUV | 82.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 60 | 0.07 | 0 | 0.31 | 0.66 | 73.33 | 0.18 | 0.29 |
| Hex | 51 | 57 | 3C | 7 | 0 | 1F | 42 | 49 | 12 | 1D |
| Octal | 121 | 127 | 74 | 7 | 0 | 37 | 102 | 111 | 22 | 35 |
| Binary | 1010001 | 1010111 | 111100 | 111 | 0 | 11111 | 1000010 | 1001001 | 10010 | 11101 |
Color Harmonies of #51573C
Complementary color
Monochromatic Colors of #51573C
Black with #51573C
Text Example
Text Example
White with #51573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51573C; }
p { color: rgb(81,87,60); }
H1.HeaderClassName
{
color: #51573C;
}
.AnyTagClassName
{
color: #51573C;
}
</style>
background-color css
<style>
a { background-color: #51573C; }
a { background-color: rgb(81,87,60); }
div.DivClassName
{
background-color: #51573C;
}
.BgClassName
{
background-color: #51573C;
}
</style>
border-color css
<style>
span { border-color: #51573C; }
span { border-color: rgb(81,87,60); }
td.TdClassName
{
border-color: #51573C;
}
.TagClassName
{
border-color: #51573C;
}
</style>