Shades of Kelp #52563E
Tints of Kelp #52563E
RGB
CMYK
RGB Variations
Color information
#52563E (or 0x52563E) is known color: Kelp. HEX triplet: 52, 56 and 3E. RGB value is (82,86,62). Sum of RGB (Red+Green+Blue) = 82+86+62=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #52563E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52563E is #ADA9C1. Grayscale: #525252. Windows color (decimal): -11381186 or 4085330. OLE color: 4085330.
HSL color Cylindrical-coordinate representation of color #52563E: hue angle of 70º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52563E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 62 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.66 |
| HSL | 70º | 0.16% | 0.29% | - |
| HSV(B) | 70º | 0.28% | 0.34% | - |
| XYZ | 7.68 | 8.8 | 5.85 | - |
| YUV | 82.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 62 | 0.05 | 0 | 0.28 | 0.66 | 70 | 0.16 | 0.29 |
| Hex | 52 | 56 | 3E | 5 | 0 | 1C | 42 | 46 | 10 | 1D |
| Octal | 122 | 126 | 76 | 5 | 0 | 34 | 102 | 106 | 20 | 35 |
| Binary | 1010010 | 1010110 | 111110 | 101 | 0 | 11100 | 1000010 | 1000110 | 10000 | 11101 |
Color Harmonies of #52563E
Complementary color
Monochromatic Colors of #52563E
Black with #52563E
Text Example
Text Example
White with #52563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52563E; }
p { color: rgb(82,86,62); }
H1.HeaderClassName
{
color: #52563E;
}
.AnyTagClassName
{
color: #52563E;
}
</style>
background-color css
<style>
a { background-color: #52563E; }
a { background-color: rgb(82,86,62); }
div.DivClassName
{
background-color: #52563E;
}
.BgClassName
{
background-color: #52563E;
}
</style>
border-color css
<style>
span { border-color: #52563E; }
span { border-color: rgb(82,86,62); }
td.TdClassName
{
border-color: #52563E;
}
.TagClassName
{
border-color: #52563E;
}
</style>