Shades of Kelp #525540
Tints of Kelp #525540
RGB
CMYK
RGB Variations
Color information
#525540 (or 0x525540) is known color: Kelp. HEX triplet: 52, 55 and 40. RGB value is (82,85,64). Sum of RGB (Red+Green+Blue) = 82+85+64=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #525540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525540 is #ADAABF. Grayscale: #515151. Windows color (decimal): -11381440 or 4216146. OLE color: 4216146.
HSL color Cylindrical-coordinate representation of color #525540: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #525540 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 64 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.67 |
| HSL | 68.57º | 0.14% | 0.29% | - |
| HSV(B) | 68.57º | 0.25% | 0.33% | - |
| XYZ | 7.65 | 8.66 | 6.12 | - |
| YUV | 81.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 64 | 0.04 | 0 | 0.25 | 0.67 | 68.57 | 0.14 | 0.29 |
| Hex | 52 | 55 | 40 | 4 | 0 | 19 | 43 | 45 | E | 1D |
| Octal | 122 | 125 | 100 | 4 | 0 | 31 | 103 | 105 | 16 | 35 |
| Binary | 1010010 | 1010101 | 1000000 | 100 | 0 | 11001 | 1000011 | 1000101 | 1110 | 11101 |
Color Harmonies of #525540
Complementary color
Monochromatic Colors of #525540
Black with #525540
Text Example
Text Example
White with #525540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525540; }
p { color: rgb(82,85,64); }
H1.HeaderClassName
{
color: #525540;
}
.AnyTagClassName
{
color: #525540;
}
</style>
background-color css
<style>
a { background-color: #525540; }
a { background-color: rgb(82,85,64); }
div.DivClassName
{
background-color: #525540;
}
.BgClassName
{
background-color: #525540;
}
</style>
border-color css
<style>
span { border-color: #525540; }
span { border-color: rgb(82,85,64); }
td.TdClassName
{
border-color: #525540;
}
.TagClassName
{
border-color: #525540;
}
</style>