Shades of Kelp #525441
Tints of Kelp #525441
RGB
CMYK
RGB Variations
Color information
#525441 (or 0x525441) is known color: Kelp. HEX triplet: 52, 54 and 41. RGB value is (82,84,65). Sum of RGB (Red+Green+Blue) = 82+84+65=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #525441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525441 is #ADABBE. Grayscale: #515151. Windows color (decimal): -11381695 or 4281426. OLE color: 4281426.
HSL color Cylindrical-coordinate representation of color #525441: hue angle of 66.32º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #525441 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 65 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.67 |
| HSL | 66.32º | 0.13% | 0.29% | - |
| HSV(B) | 66.32º | 0.23% | 0.33% | - |
| XYZ | 7.6 | 8.52 | 6.24 | - |
| YUV | 81.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 65 | 0.02 | 0 | 0.23 | 0.67 | 66.32 | 0.13 | 0.29 |
| Hex | 52 | 54 | 41 | 2 | 0 | 17 | 43 | 42 | D | 1D |
| Octal | 122 | 124 | 101 | 2 | 0 | 27 | 103 | 102 | 15 | 35 |
| Binary | 1010010 | 1010100 | 1000001 | 10 | 0 | 10111 | 1000011 | 1000010 | 1101 | 11101 |
Color Harmonies of #525441
Complementary color
Monochromatic Colors of #525441
Black with #525441
Text Example
Text Example
White with #525441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525441; }
p { color: rgb(82,84,65); }
H1.HeaderClassName
{
color: #525441;
}
.AnyTagClassName
{
color: #525441;
}
</style>
background-color css
<style>
a { background-color: #525441; }
a { background-color: rgb(82,84,65); }
div.DivClassName
{
background-color: #525441;
}
.BgClassName
{
background-color: #525441;
}
</style>
border-color css
<style>
span { border-color: #525441; }
span { border-color: rgb(82,84,65); }
td.TdClassName
{
border-color: #525441;
}
.TagClassName
{
border-color: #525441;
}
</style>