Shades of Kelp #52553B
Tints of Kelp #52553B
RGB
CMYK
RGB Variations
Color information
#52553B (or 0x52553B) is known color: Kelp. HEX triplet: 52, 55 and 3B. RGB value is (82,85,59). Sum of RGB (Red+Green+Blue) = 82+85+59=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #52553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553B is #ADAAC4. Grayscale: #515151. Windows color (decimal): -11381445 or 3888466. OLE color: 3888466.
HSL color Cylindrical-coordinate representation of color #52553B: hue angle of 66.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52553B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 59 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.67 |
| HSL | 66.92º | 0.18% | 0.28% | - |
| HSV(B) | 66.92º | 0.31% | 0.33% | - |
| XYZ | 7.52 | 8.61 | 5.4 | - |
| YUV | 81.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 59 | 0.04 | 0 | 0.31 | 0.67 | 66.92 | 0.18 | 0.28 |
| Hex | 52 | 55 | 3B | 4 | 0 | 1F | 43 | 43 | 12 | 1C |
| Octal | 122 | 125 | 73 | 4 | 0 | 37 | 103 | 103 | 22 | 34 |
| Binary | 1010010 | 1010101 | 111011 | 100 | 0 | 11111 | 1000011 | 1000011 | 10010 | 11100 |
Color Harmonies of #52553B
Complementary color
Monochromatic Colors of #52553B
Black with #52553B
Text Example
Text Example
White with #52553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52553B; }
p { color: rgb(82,85,59); }
H1.HeaderClassName
{
color: #52553B;
}
.AnyTagClassName
{
color: #52553B;
}
</style>
background-color css
<style>
a { background-color: #52553B; }
a { background-color: rgb(82,85,59); }
div.DivClassName
{
background-color: #52553B;
}
.BgClassName
{
background-color: #52553B;
}
</style>
border-color css
<style>
span { border-color: #52553B; }
span { border-color: rgb(82,85,59); }
td.TdClassName
{
border-color: #52553B;
}
.TagClassName
{
border-color: #52553B;
}
</style>