Shades of Kelp #52553E
Tints of Kelp #52553E
RGB
CMYK
RGB Variations
Color information
#52553E (or 0x52553E) is known color: Kelp. HEX triplet: 52, 55 and 3E. RGB value is (82,85,62). Sum of RGB (Red+Green+Blue) = 82+85+62=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 85 - color contains mainly: green. Hex color #52553E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553E is #ADAAC1. Grayscale: #515151. Windows color (decimal): -11381442 or 4085074. OLE color: 4085074.
HSL color Cylindrical-coordinate representation of color #52553E: hue angle of 67.83º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52553E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 62 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.67 |
| HSL | 67.83º | 0.16% | 0.29% | - |
| HSV(B) | 67.83º | 0.27% | 0.33% | - |
| XYZ | 7.6 | 8.64 | 5.82 | - |
| YUV | 81.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 62 | 0.04 | 0 | 0.27 | 0.67 | 67.83 | 0.16 | 0.29 |
| Hex | 52 | 55 | 3E | 4 | 0 | 1B | 43 | 44 | 10 | 1D |
| Octal | 122 | 125 | 76 | 4 | 0 | 33 | 103 | 104 | 20 | 35 |
| Binary | 1010010 | 1010101 | 111110 | 100 | 0 | 11011 | 1000011 | 1000100 | 10000 | 11101 |
Color Harmonies of #52553E
Complementary color
Monochromatic Colors of #52553E
Black with #52553E
Text Example
Text Example
White with #52553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52553E; }
p { color: rgb(82,85,62); }
H1.HeaderClassName
{
color: #52553E;
}
.AnyTagClassName
{
color: #52553E;
}
</style>
background-color css
<style>
a { background-color: #52553E; }
a { background-color: rgb(82,85,62); }
div.DivClassName
{
background-color: #52553E;
}
.BgClassName
{
background-color: #52553E;
}
</style>
border-color css
<style>
span { border-color: #52553E; }
span { border-color: rgb(82,85,62); }
td.TdClassName
{
border-color: #52553E;
}
.TagClassName
{
border-color: #52553E;
}
</style>