Shades of Kelp #525737
Tints of Kelp #525737
RGB
CMYK
RGB Variations
Color information
#525737 (or 0x525737) is known color: Kelp. HEX triplet: 52, 57 and 37. RGB value is (82,87,55). Sum of RGB (Red+Green+Blue) = 82+87+55=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #525737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525737 is #ADA8C8. Grayscale: #515151. Windows color (decimal): -11380937 or 3626834. OLE color: 3626834.
HSL color Cylindrical-coordinate representation of color #525737: hue angle of 69.38º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525737 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 55 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.66 |
| HSL | 69.38º | 0.23% | 0.28% | - |
| HSV(B) | 69.38º | 0.37% | 0.34% | - |
| XYZ | 7.58 | 8.89 | 4.93 | - |
| YUV | 81.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 55 | 0.06 | 0 | 0.37 | 0.66 | 69.38 | 0.23 | 0.28 |
| Hex | 52 | 57 | 37 | 6 | 0 | 25 | 42 | 45 | 17 | 1C |
| Octal | 122 | 127 | 67 | 6 | 0 | 45 | 102 | 105 | 27 | 34 |
| Binary | 1010010 | 1010111 | 110111 | 110 | 0 | 100101 | 1000010 | 1000101 | 10111 | 11100 |
Color Harmonies of #525737
Complementary color
Monochromatic Colors of #525737
Black with #525737
Text Example
Text Example
White with #525737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525737; }
p { color: rgb(82,87,55); }
H1.HeaderClassName
{
color: #525737;
}
.AnyTagClassName
{
color: #525737;
}
</style>
background-color css
<style>
a { background-color: #525737; }
a { background-color: rgb(82,87,55); }
div.DivClassName
{
background-color: #525737;
}
.BgClassName
{
background-color: #525737;
}
</style>
border-color css
<style>
span { border-color: #525737; }
span { border-color: rgb(82,87,55); }
td.TdClassName
{
border-color: #525737;
}
.TagClassName
{
border-color: #525737;
}
</style>