Shades of Kelp #565B3D
Tints of Kelp #565B3D
RGB
CMYK
RGB Variations
Color information
#565B3D (or 0x565B3D) is known color: Kelp. HEX triplet: 56, 5B and 3D. RGB value is (86,91,61). Sum of RGB (Red+Green+Blue) = 86+91+61=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #565B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565B3D is #A9A4C2. Grayscale: #565656. Windows color (decimal): -11117763 or 4021078. OLE color: 4021078.
HSL color Cylindrical-coordinate representation of color #565B3D: hue angle of 70º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #565B3D is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 91 | 61 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.64 |
| HSL | 70º | 0.2% | 0.3% | - |
| HSV(B) | 70º | 0.33% | 0.36% | - |
| XYZ | 8.42 | 9.8 | 5.86 | - |
| YUV | 86.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 91 | 61 | 0.05 | 0 | 0.33 | 0.64 | 70 | 0.2 | 0.3 |
| Hex | 56 | 5B | 3D | 5 | 0 | 21 | 40 | 46 | 14 | 1E |
| Octal | 126 | 133 | 75 | 5 | 0 | 41 | 100 | 106 | 24 | 36 |
| Binary | 1010110 | 1011011 | 111101 | 101 | 0 | 100001 | 1000000 | 1000110 | 10100 | 11110 |
Color Harmonies of #565B3D
Complementary color
Monochromatic Colors of #565B3D
Black with #565B3D
Text Example
Text Example
White with #565B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565B3D; }
p { color: rgb(86,91,61); }
H1.HeaderClassName
{
color: #565B3D;
}
.AnyTagClassName
{
color: #565B3D;
}
</style>
background-color css
<style>
a { background-color: #565B3D; }
a { background-color: rgb(86,91,61); }
div.DivClassName
{
background-color: #565B3D;
}
.BgClassName
{
background-color: #565B3D;
}
</style>
border-color css
<style>
span { border-color: #565B3D; }
span { border-color: rgb(86,91,61); }
td.TdClassName
{
border-color: #565B3D;
}
.TagClassName
{
border-color: #565B3D;
}
</style>