Shades of Kelp #52533D
Tints of Kelp #52533D
RGB
CMYK
RGB Variations
Color information
#52533D (or 0x52533D) is known color: Kelp. HEX triplet: 52, 53 and 3D. RGB value is (82,83,61). Sum of RGB (Red+Green+Blue) = 82+83+61=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #52533D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52533D is #ADACC2. Grayscale: #505050. Windows color (decimal): -11381955 or 4019026. OLE color: 4019026.
HSL color Cylindrical-coordinate representation of color #52533D: hue angle of 62.73º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52533D is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 61 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.67 |
| HSL | 62.73º | 0.15% | 0.28% | - |
| HSV(B) | 62.73º | 0.27% | 0.33% | - |
| XYZ | 7.42 | 8.32 | 5.63 | - |
| YUV | 80.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 61 | 0.01 | 0 | 0.27 | 0.67 | 62.73 | 0.15 | 0.28 |
| Hex | 52 | 53 | 3D | 1 | 0 | 1B | 43 | 3F | F | 1C |
| Octal | 122 | 123 | 75 | 1 | 0 | 33 | 103 | 77 | 17 | 34 |
| Binary | 1010010 | 1010011 | 111101 | 1 | 0 | 11011 | 1000011 | 111111 | 1111 | 11100 |
Color Harmonies of #52533D
Complementary color
Monochromatic Colors of #52533D
Black with #52533D
Text Example
Text Example
White with #52533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52533D; }
p { color: rgb(82,83,61); }
H1.HeaderClassName
{
color: #52533D;
}
.AnyTagClassName
{
color: #52533D;
}
</style>
background-color css
<style>
a { background-color: #52533D; }
a { background-color: rgb(82,83,61); }
div.DivClassName
{
background-color: #52533D;
}
.BgClassName
{
background-color: #52533D;
}
</style>
border-color css
<style>
span { border-color: #52533D; }
span { border-color: rgb(82,83,61); }
td.TdClassName
{
border-color: #52533D;
}
.TagClassName
{
border-color: #52533D;
}
</style>