Shades of Kelp #52533A
Tints of Kelp #52533A
RGB
CMYK
RGB Variations
Color information
#52533A (or 0x52533A) is known color: Kelp. HEX triplet: 52, 53 and 3A. RGB value is (82,83,58). Sum of RGB (Red+Green+Blue) = 82+83+58=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #52533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52533A is #ADACC5. Grayscale: #4F4F4F. Windows color (decimal): -11381958 or 3822418. OLE color: 3822418.
HSL color Cylindrical-coordinate representation of color #52533A: hue angle of 62.4º degrees, saturation: 0.18, 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 #52533A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 58 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.67 |
| HSL | 62.4º | 0.18% | 0.28% | - |
| HSV(B) | 62.4º | 0.3% | 0.33% | - |
| XYZ | 7.34 | 8.29 | 5.22 | - |
| YUV | 79.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 58 | 0.01 | 0 | 0.30 | 0.67 | 62.4 | 0.18 | 0.28 |
| Hex | 52 | 53 | 3A | 1 | 0 | 1E | 43 | 3E | 12 | 1C |
| Octal | 122 | 123 | 72 | 1 | 0 | 36 | 103 | 76 | 22 | 34 |
| Binary | 1010010 | 1010011 | 111010 | 1 | 0 | 11110 | 1000011 | 111110 | 10010 | 11100 |
Color Harmonies of #52533A
Complementary color
Monochromatic Colors of #52533A
Black with #52533A
Text Example
Text Example
White with #52533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52533A; }
p { color: rgb(82,83,58); }
H1.HeaderClassName
{
color: #52533A;
}
.AnyTagClassName
{
color: #52533A;
}
</style>
background-color css
<style>
a { background-color: #52533A; }
a { background-color: rgb(82,83,58); }
div.DivClassName
{
background-color: #52533A;
}
.BgClassName
{
background-color: #52533A;
}
</style>
border-color css
<style>
span { border-color: #52533A; }
span { border-color: rgb(82,83,58); }
td.TdClassName
{
border-color: #52533A;
}
.TagClassName
{
border-color: #52533A;
}
</style>