Shades of Kelp #565A40
Tints of Kelp #565A40
RGB
CMYK
RGB Variations
Color information
#565A40 (or 0x565A40) is known color: Kelp. HEX triplet: 56, 5A and 40. RGB value is (86,90,64). Sum of RGB (Red+Green+Blue) = 86+90+64=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #565A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A40 is #A9A5BF. Grayscale: #555555. Windows color (decimal): -11118016 or 4217430. OLE color: 4217430.
HSL color Cylindrical-coordinate representation of color #565A40: hue angle of 69.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #565A40 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 64 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.65 |
| HSL | 69.23º | 0.17% | 0.3% | - |
| HSV(B) | 69.23º | 0.29% | 0.35% | - |
| XYZ | 8.42 | 9.66 | 6.27 | - |
| YUV | 85.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 64 | 0.04 | 0 | 0.29 | 0.65 | 69.23 | 0.17 | 0.3 |
| Hex | 56 | 5A | 40 | 4 | 0 | 1D | 41 | 45 | 11 | 1E |
| Octal | 126 | 132 | 100 | 4 | 0 | 35 | 101 | 105 | 21 | 36 |
| Binary | 1010110 | 1011010 | 1000000 | 100 | 0 | 11101 | 1000001 | 1000101 | 10001 | 11110 |
Color Harmonies of #565A40
Complementary color
Monochromatic Colors of #565A40
Black with #565A40
Text Example
Text Example
White with #565A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A40; }
p { color: rgb(86,90,64); }
H1.HeaderClassName
{
color: #565A40;
}
.AnyTagClassName
{
color: #565A40;
}
</style>
background-color css
<style>
a { background-color: #565A40; }
a { background-color: rgb(86,90,64); }
div.DivClassName
{
background-color: #565A40;
}
.BgClassName
{
background-color: #565A40;
}
</style>
border-color css
<style>
span { border-color: #565A40; }
span { border-color: rgb(86,90,64); }
td.TdClassName
{
border-color: #565A40;
}
.TagClassName
{
border-color: #565A40;
}
</style>