Shades of Kelp #525838
Tints of Kelp #525838
RGB
CMYK
RGB Variations
Color information
#525838 (or 0x525838) is known color: Kelp. HEX triplet: 52, 58 and 38. RGB value is (82,88,56). Sum of RGB (Red+Green+Blue) = 82+88+56=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #525838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525838 is #ADA7C7. Grayscale: #525252. Windows color (decimal): -11380680 or 3692626. OLE color: 3692626.
HSL color Cylindrical-coordinate representation of color #525838: hue angle of 71.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #525838 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 56 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.65 |
| HSL | 71.25º | 0.22% | 0.28% | - |
| HSV(B) | 71.25º | 0.36% | 0.35% | - |
| XYZ | 7.68 | 9.06 | 5.08 | - |
| YUV | 82.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 56 | 0.07 | 0 | 0.36 | 0.65 | 71.25 | 0.22 | 0.28 |
| Hex | 52 | 58 | 38 | 7 | 0 | 24 | 41 | 47 | 16 | 1C |
| Octal | 122 | 130 | 70 | 7 | 0 | 44 | 101 | 107 | 26 | 34 |
| Binary | 1010010 | 1011000 | 111000 | 111 | 0 | 100100 | 1000001 | 1000111 | 10110 | 11100 |
Color Harmonies of #525838
Complementary color
Monochromatic Colors of #525838
Black with #525838
Text Example
Text Example
White with #525838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525838; }
p { color: rgb(82,88,56); }
H1.HeaderClassName
{
color: #525838;
}
.AnyTagClassName
{
color: #525838;
}
</style>
background-color css
<style>
a { background-color: #525838; }
a { background-color: rgb(82,88,56); }
div.DivClassName
{
background-color: #525838;
}
.BgClassName
{
background-color: #525838;
}
</style>
border-color css
<style>
span { border-color: #525838; }
span { border-color: rgb(82,88,56); }
td.TdClassName
{
border-color: #525838;
}
.TagClassName
{
border-color: #525838;
}
</style>