Shades of Kelp #51533B
Tints of Kelp #51533B
RGB
CMYK
RGB Variations
Color information
#51533B (or 0x51533B) is known color: Kelp. HEX triplet: 51, 53 and 3B. RGB value is (81,83,59). Sum of RGB (Red+Green+Blue) = 81+83+59=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #51533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51533B is #AEACC4. Grayscale: #4F4F4F. Windows color (decimal): -11447493 or 3887953. OLE color: 3887953.
HSL color Cylindrical-coordinate representation of color #51533B: hue angle of 65º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51533B is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 83 | 59 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.67 |
| HSL | 65º | 0.17% | 0.28% | - |
| HSV(B) | 65º | 0.29% | 0.33% | - |
| XYZ | 7.28 | 8.25 | 5.35 | - |
| YUV | 79.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 83 | 59 | 0.02 | 0 | 0.29 | 0.67 | 65 | 0.17 | 0.28 |
| Hex | 51 | 53 | 3B | 2 | 0 | 1D | 43 | 41 | 11 | 1C |
| Octal | 121 | 123 | 73 | 2 | 0 | 35 | 103 | 101 | 21 | 34 |
| Binary | 1010001 | 1010011 | 111011 | 10 | 0 | 11101 | 1000011 | 1000001 | 10001 | 11100 |
Color Harmonies of #51533B
Complementary color
Monochromatic Colors of #51533B
Black with #51533B
Text Example
Text Example
White with #51533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51533B; }
p { color: rgb(81,83,59); }
H1.HeaderClassName
{
color: #51533B;
}
.AnyTagClassName
{
color: #51533B;
}
</style>
background-color css
<style>
a { background-color: #51533B; }
a { background-color: rgb(81,83,59); }
div.DivClassName
{
background-color: #51533B;
}
.BgClassName
{
background-color: #51533B;
}
</style>
border-color css
<style>
span { border-color: #51533B; }
span { border-color: rgb(81,83,59); }
td.TdClassName
{
border-color: #51533B;
}
.TagClassName
{
border-color: #51533B;
}
</style>