Shades of Kelp #52533C
Tints of Kelp #52533C
RGB
CMYK
RGB Variations
Color information
#52533C (or 0x52533C) is known color: Kelp. HEX triplet: 52, 53 and 3C. RGB value is (82,83,60). Sum of RGB (Red+Green+Blue) = 82+83+60=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #52533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52533C is #ADACC3. Grayscale: #505050. Windows color (decimal): -11381956 or 3953490. OLE color: 3953490.
HSL color Cylindrical-coordinate representation of color #52533C: hue angle of 62.61º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52533C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 60 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.67 |
| HSL | 62.61º | 0.16% | 0.28% | - |
| HSV(B) | 62.61º | 0.28% | 0.33% | - |
| XYZ | 7.39 | 8.31 | 5.49 | - |
| YUV | 80.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 60 | 0.01 | 0 | 0.28 | 0.67 | 62.61 | 0.16 | 0.28 |
| Hex | 52 | 53 | 3C | 1 | 0 | 1C | 43 | 3F | 10 | 1C |
| Octal | 122 | 123 | 74 | 1 | 0 | 34 | 103 | 77 | 20 | 34 |
| Binary | 1010010 | 1010011 | 111100 | 1 | 0 | 11100 | 1000011 | 111111 | 10000 | 11100 |
Color Harmonies of #52533C
Complementary color
Monochromatic Colors of #52533C
Black with #52533C
Text Example
Text Example
White with #52533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52533C; }
p { color: rgb(82,83,60); }
H1.HeaderClassName
{
color: #52533C;
}
.AnyTagClassName
{
color: #52533C;
}
</style>
background-color css
<style>
a { background-color: #52533C; }
a { background-color: rgb(82,83,60); }
div.DivClassName
{
background-color: #52533C;
}
.BgClassName
{
background-color: #52533C;
}
</style>
border-color css
<style>
span { border-color: #52533C; }
span { border-color: rgb(82,83,60); }
td.TdClassName
{
border-color: #52533C;
}
.TagClassName
{
border-color: #52533C;
}
</style>