Shades of Kelp #575946
Tints of Kelp #575946
RGB
CMYK
RGB Variations
Color information
#575946 (or 0x575946) is known color: Kelp. HEX triplet: 57, 59 and 46. RGB value is (87,89,70). Sum of RGB (Red+Green+Blue) = 87+89+70=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #575946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575946 is #A8A6B9. Grayscale: #565656. Windows color (decimal): -11052730 or 4610391. OLE color: 4610391.
HSL color Cylindrical-coordinate representation of color #575946: hue angle of 66.32º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #575946 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 70 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.65 |
| HSL | 66.32º | 0.12% | 0.31% | - |
| HSV(B) | 66.32º | 0.21% | 0.35% | - |
| XYZ | 8.61 | 9.61 | 7.2 | - |
| YUV | 86.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 70 | 0.02 | 0 | 0.21 | 0.65 | 66.32 | 0.12 | 0.31 |
| Hex | 57 | 59 | 46 | 2 | 0 | 15 | 41 | 42 | C | 1F |
| Octal | 127 | 131 | 106 | 2 | 0 | 25 | 101 | 102 | 14 | 37 |
| Binary | 1010111 | 1011001 | 1000110 | 10 | 0 | 10101 | 1000001 | 1000010 | 1100 | 11111 |
Color Harmonies of #575946
Complementary color
Monochromatic Colors of #575946
Black with #575946
Text Example
Text Example
White with #575946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575946; }
p { color: rgb(87,89,70); }
H1.HeaderClassName
{
color: #575946;
}
.AnyTagClassName
{
color: #575946;
}
</style>
background-color css
<style>
a { background-color: #575946; }
a { background-color: rgb(87,89,70); }
div.DivClassName
{
background-color: #575946;
}
.BgClassName
{
background-color: #575946;
}
</style>
border-color css
<style>
span { border-color: #575946; }
span { border-color: rgb(87,89,70); }
td.TdClassName
{
border-color: #575946;
}
.TagClassName
{
border-color: #575946;
}
</style>