Shades of Kelp #565A3B
Tints of Kelp #565A3B
RGB
CMYK
RGB Variations
Color information
#565A3B (or 0x565A3B) is known color: Kelp. HEX triplet: 56, 5A and 3B. RGB value is (86,90,59). Sum of RGB (Red+Green+Blue) = 86+90+59=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #565A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A3B is #A9A5C4. Grayscale: #555555. Windows color (decimal): -11118021 or 3889750. OLE color: 3889750.
HSL color Cylindrical-coordinate representation of color #565A3B: hue angle of 67.74º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #565A3B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 59 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.65 |
| HSL | 67.74º | 0.21% | 0.29% | - |
| HSV(B) | 67.74º | 0.34% | 0.35% | - |
| XYZ | 8.28 | 9.61 | 5.56 | - |
| YUV | 85.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 59 | 0.04 | 0 | 0.34 | 0.65 | 67.74 | 0.21 | 0.29 |
| Hex | 56 | 5A | 3B | 4 | 0 | 22 | 41 | 44 | 15 | 1D |
| Octal | 126 | 132 | 73 | 4 | 0 | 42 | 101 | 104 | 25 | 35 |
| Binary | 1010110 | 1011010 | 111011 | 100 | 0 | 100010 | 1000001 | 1000100 | 10101 | 11101 |
Color Harmonies of #565A3B
Complementary color
Monochromatic Colors of #565A3B
Black with #565A3B
Text Example
Text Example
White with #565A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A3B; }
p { color: rgb(86,90,59); }
H1.HeaderClassName
{
color: #565A3B;
}
.AnyTagClassName
{
color: #565A3B;
}
</style>
background-color css
<style>
a { background-color: #565A3B; }
a { background-color: rgb(86,90,59); }
div.DivClassName
{
background-color: #565A3B;
}
.BgClassName
{
background-color: #565A3B;
}
</style>
border-color css
<style>
span { border-color: #565A3B; }
span { border-color: rgb(86,90,59); }
td.TdClassName
{
border-color: #565A3B;
}
.TagClassName
{
border-color: #565A3B;
}
</style>