Shades of Kelp #575945
Tints of Kelp #575945
RGB
CMYK
RGB Variations
Color information
#575945 (or 0x575945) is known color: Kelp. HEX triplet: 57, 59 and 45. RGB value is (87,89,69). Sum of RGB (Red+Green+Blue) = 87+89+69=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #575945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575945 is #A8A6BA. Grayscale: #565656. Windows color (decimal): -11052731 or 4544855. OLE color: 4544855.
HSL color Cylindrical-coordinate representation of color #575945: hue angle of 66º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575945 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 87 | 89 | 69 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.65 |
| HSL | 66º | 0.13% | 0.31% | - |
| HSV(B) | 66º | 0.22% | 0.35% | - |
| XYZ | 8.58 | 9.6 | 7.03 | - |
| YUV | 86.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 89 | 69 | 0.02 | 0 | 0.22 | 0.65 | 66 | 0.13 | 0.31 |
| Hex | 57 | 59 | 45 | 2 | 0 | 16 | 41 | 42 | D | 1F |
| Octal | 127 | 131 | 105 | 2 | 0 | 26 | 101 | 102 | 15 | 37 |
| Binary | 1010111 | 1011001 | 1000101 | 10 | 0 | 10110 | 1000001 | 1000010 | 1101 | 11111 |
Color Harmonies of #575945
Complementary color
Monochromatic Colors of #575945
Black with #575945
Text Example
Text Example
White with #575945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575945; }
p { color: rgb(87,89,69); }
H1.HeaderClassName
{
color: #575945;
}
.AnyTagClassName
{
color: #575945;
}
</style>
background-color css
<style>
a { background-color: #575945; }
a { background-color: rgb(87,89,69); }
div.DivClassName
{
background-color: #575945;
}
.BgClassName
{
background-color: #575945;
}
</style>
border-color css
<style>
span { border-color: #575945; }
span { border-color: rgb(87,89,69); }
td.TdClassName
{
border-color: #575945;
}
.TagClassName
{
border-color: #575945;
}
</style>