Shades of Kelp #525341
Tints of Kelp #525341
RGB
CMYK
RGB Variations
Color information
#525341 (or 0x525341) is known color: Kelp. HEX triplet: 52, 53 and 41. RGB value is (82,83,65). Sum of RGB (Red+Green+Blue) = 82+83+65=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #525341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525341 is #ADACBE. Grayscale: #505050. Windows color (decimal): -11381951 or 4281170. OLE color: 4281170.
HSL color Cylindrical-coordinate representation of color #525341: hue angle of 63.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #525341 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 65 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.67 |
| HSL | 63.33º | 0.12% | 0.29% | - |
| HSV(B) | 63.33º | 0.22% | 0.33% | - |
| XYZ | 7.53 | 8.36 | 6.22 | - |
| YUV | 80.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 65 | 0.01 | 0 | 0.22 | 0.67 | 63.33 | 0.12 | 0.29 |
| Hex | 52 | 53 | 41 | 1 | 0 | 16 | 43 | 3F | C | 1D |
| Octal | 122 | 123 | 101 | 1 | 0 | 26 | 103 | 77 | 14 | 35 |
| Binary | 1010010 | 1010011 | 1000001 | 1 | 0 | 10110 | 1000011 | 111111 | 1100 | 11101 |
Color Harmonies of #525341
Complementary color
Monochromatic Colors of #525341
Black with #525341
Text Example
Text Example
White with #525341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525341; }
p { color: rgb(82,83,65); }
H1.HeaderClassName
{
color: #525341;
}
.AnyTagClassName
{
color: #525341;
}
</style>
background-color css
<style>
a { background-color: #525341; }
a { background-color: rgb(82,83,65); }
div.DivClassName
{
background-color: #525341;
}
.BgClassName
{
background-color: #525341;
}
</style>
border-color css
<style>
span { border-color: #525341; }
span { border-color: rgb(82,83,65); }
td.TdClassName
{
border-color: #525341;
}
.TagClassName
{
border-color: #525341;
}
</style>