Shades of Kelp #525543
Tints of Kelp #525543
RGB
CMYK
RGB Variations
Color information
#525543 (or 0x525543) is known color: Kelp. HEX triplet: 52, 55 and 43. RGB value is (82,85,67). Sum of RGB (Red+Green+Blue) = 82+85+67=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #525543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525543 is #ADAABC. Grayscale: #525252. Windows color (decimal): -11381437 or 4412754. OLE color: 4412754.
HSL color Cylindrical-coordinate representation of color #525543: hue angle of 70º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #525543 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 67 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.67 |
| HSL | 70º | 0.12% | 0.3% | - |
| HSV(B) | 70º | 0.21% | 0.33% | - |
| XYZ | 7.74 | 8.7 | 6.58 | - |
| YUV | 82.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 67 | 0.04 | 0 | 0.21 | 0.67 | 70 | 0.12 | 0.3 |
| Hex | 52 | 55 | 43 | 4 | 0 | 15 | 43 | 46 | C | 1E |
| Octal | 122 | 125 | 103 | 4 | 0 | 25 | 103 | 106 | 14 | 36 |
| Binary | 1010010 | 1010101 | 1000011 | 100 | 0 | 10101 | 1000011 | 1000110 | 1100 | 11110 |
Color Harmonies of #525543
Complementary color
Monochromatic Colors of #525543
Black with #525543
Text Example
Text Example
White with #525543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525543; }
p { color: rgb(82,85,67); }
H1.HeaderClassName
{
color: #525543;
}
.AnyTagClassName
{
color: #525543;
}
</style>
background-color css
<style>
a { background-color: #525543; }
a { background-color: rgb(82,85,67); }
div.DivClassName
{
background-color: #525543;
}
.BgClassName
{
background-color: #525543;
}
</style>
border-color css
<style>
span { border-color: #525543; }
span { border-color: rgb(82,85,67); }
td.TdClassName
{
border-color: #525543;
}
.TagClassName
{
border-color: #525543;
}
</style>