Shades of Kelp #52543B
Tints of Kelp #52543B
RGB
CMYK
RGB Variations
Color information
#52543B (or 0x52543B) is known color: Kelp. HEX triplet: 52, 54 and 3B. RGB value is (82,84,59). Sum of RGB (Red+Green+Blue) = 82+84+59=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #52543B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52543B is #ADABC4. Grayscale: #505050. Windows color (decimal): -11381701 or 3888210. OLE color: 3888210.
HSL color Cylindrical-coordinate representation of color #52543B: hue angle of 64.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52543B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 59 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.67 |
| HSL | 64.8º | 0.17% | 0.28% | - |
| HSV(B) | 64.8º | 0.3% | 0.33% | - |
| XYZ | 7.44 | 8.45 | 5.38 | - |
| YUV | 80.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 59 | 0.02 | 0 | 0.30 | 0.67 | 64.8 | 0.17 | 0.28 |
| Hex | 52 | 54 | 3B | 2 | 0 | 1E | 43 | 41 | 11 | 1C |
| Octal | 122 | 124 | 73 | 2 | 0 | 36 | 103 | 101 | 21 | 34 |
| Binary | 1010010 | 1010100 | 111011 | 10 | 0 | 11110 | 1000011 | 1000001 | 10001 | 11100 |
Color Harmonies of #52543B
Complementary color
Monochromatic Colors of #52543B
Black with #52543B
Text Example
Text Example
White with #52543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52543B; }
p { color: rgb(82,84,59); }
H1.HeaderClassName
{
color: #52543B;
}
.AnyTagClassName
{
color: #52543B;
}
</style>
background-color css
<style>
a { background-color: #52543B; }
a { background-color: rgb(82,84,59); }
div.DivClassName
{
background-color: #52543B;
}
.BgClassName
{
background-color: #52543B;
}
</style>
border-color css
<style>
span { border-color: #52543B; }
span { border-color: rgb(82,84,59); }
td.TdClassName
{
border-color: #52543B;
}
.TagClassName
{
border-color: #52543B;
}
</style>