Shades of Kelp #52553D
Tints of Kelp #52553D
RGB
CMYK
RGB Variations
Color information
#52553D (or 0x52553D) is known color: Kelp. HEX triplet: 52, 55 and 3D. RGB value is (82,85,61). Sum of RGB (Red+Green+Blue) = 82+85+61=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #52553D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553D is #ADAAC2. Grayscale: #515151. Windows color (decimal): -11381443 or 4019538. OLE color: 4019538.
HSL color Cylindrical-coordinate representation of color #52553D: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52553D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 61 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.67 |
| HSL | 67.5º | 0.16% | 0.29% | - |
| HSV(B) | 67.5º | 0.28% | 0.33% | - |
| XYZ | 7.57 | 8.63 | 5.68 | - |
| YUV | 81.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 61 | 0.04 | 0 | 0.28 | 0.67 | 67.5 | 0.16 | 0.29 |
| Hex | 52 | 55 | 3D | 4 | 0 | 1C | 43 | 44 | 10 | 1D |
| Octal | 122 | 125 | 75 | 4 | 0 | 34 | 103 | 104 | 20 | 35 |
| Binary | 1010010 | 1010101 | 111101 | 100 | 0 | 11100 | 1000011 | 1000100 | 10000 | 11101 |
Color Harmonies of #52553D
Complementary color
Monochromatic Colors of #52553D
Black with #52553D
Text Example
Text Example
White with #52553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52553D; }
p { color: rgb(82,85,61); }
H1.HeaderClassName
{
color: #52553D;
}
.AnyTagClassName
{
color: #52553D;
}
</style>
background-color css
<style>
a { background-color: #52553D; }
a { background-color: rgb(82,85,61); }
div.DivClassName
{
background-color: #52553D;
}
.BgClassName
{
background-color: #52553D;
}
</style>
border-color css
<style>
span { border-color: #52553D; }
span { border-color: rgb(82,85,61); }
td.TdClassName
{
border-color: #52553D;
}
.TagClassName
{
border-color: #52553D;
}
</style>