Shades of Kelp #52553C
Tints of Kelp #52553C
RGB
CMYK
RGB Variations
Color information
#52553C (or 0x52553C) is known color: Kelp. HEX triplet: 52, 55 and 3C. RGB value is (82,85,60). Sum of RGB (Red+Green+Blue) = 82+85+60=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #52553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553C is #ADAAC3. Grayscale: #515151. Windows color (decimal): -11381444 or 3954002. OLE color: 3954002.
HSL color Cylindrical-coordinate representation of color #52553C: hue angle of 67.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52553C is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 60 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.67 |
| HSL | 67.2º | 0.17% | 0.28% | - |
| HSV(B) | 67.2º | 0.29% | 0.33% | - |
| XYZ | 7.54 | 8.62 | 5.54 | - |
| YUV | 81.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 60 | 0.04 | 0 | 0.29 | 0.67 | 67.2 | 0.17 | 0.28 |
| Hex | 52 | 55 | 3C | 4 | 0 | 1D | 43 | 43 | 11 | 1C |
| Octal | 122 | 125 | 74 | 4 | 0 | 35 | 103 | 103 | 21 | 34 |
| Binary | 1010010 | 1010101 | 111100 | 100 | 0 | 11101 | 1000011 | 1000011 | 10001 | 11100 |
Color Harmonies of #52553C
Complementary color
Monochromatic Colors of #52553C
Black with #52553C
Text Example
Text Example
White with #52553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52553C; }
p { color: rgb(82,85,60); }
H1.HeaderClassName
{
color: #52553C;
}
.AnyTagClassName
{
color: #52553C;
}
</style>
background-color css
<style>
a { background-color: #52553C; }
a { background-color: rgb(82,85,60); }
div.DivClassName
{
background-color: #52553C;
}
.BgClassName
{
background-color: #52553C;
}
</style>
border-color css
<style>
span { border-color: #52553C; }
span { border-color: rgb(82,85,60); }
td.TdClassName
{
border-color: #52553C;
}
.TagClassName
{
border-color: #52553C;
}
</style>