Shades of Myrtle #05560B
Tints of Myrtle #05560B
RGB
CMYK
RGB Variations
Color information
#05560B (or 0x05560B) is known color: Myrtle. HEX triplet: 05, 56 and 0B. RGB value is (5,86,11). Sum of RGB (Red+Green+Blue) = 5+86+11=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 86 (33.98% from 255 or 84.31% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 86 - color contains mainly: green. Hex color #05560B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05560B is #FAA9F4. Grayscale: #353535. Windows color (decimal): -16427509 or 742917. OLE color: 742917.
HSL color Cylindrical-coordinate representation of color #05560B: hue angle of 124.44º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05560B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 5 | 86 | 11 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.66 |
| HSL | 124.44º | 0.89% | 0.18% | - |
| HSV(B) | 124.44º | 0.94% | 0.34% | - |
| XYZ | 3.45 | 6.71 | 1.43 | - |
| YUV | 53.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 11 | 0.94 | 0 | 0.87 | 0.66 | 124.44 | 0.89 | 0.18 |
| Hex | 5 | 56 | B | 5E | 0 | 57 | 42 | 7C | 59 | 12 |
| Octal | 5 | 126 | 13 | 136 | 0 | 127 | 102 | 174 | 131 | 22 |
| Binary | 101 | 1010110 | 1011 | 1011110 | 0 | 1010111 | 1000010 | 1111100 | 1011001 | 10010 |
Color Harmonies of #05560B
Complementary color
Monochromatic Colors of #05560B
Black with #05560B
Text Example
Text Example
White with #05560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05560B; }
p { color: rgb(5,86,11); }
H1.HeaderClassName
{
color: #05560B;
}
.AnyTagClassName
{
color: #05560B;
}
</style>
background-color css
<style>
a { background-color: #05560B; }
a { background-color: rgb(5,86,11); }
div.DivClassName
{
background-color: #05560B;
}
.BgClassName
{
background-color: #05560B;
}
</style>
border-color css
<style>
span { border-color: #05560B; }
span { border-color: rgb(5,86,11); }
td.TdClassName
{
border-color: #05560B;
}
.TagClassName
{
border-color: #05560B;
}
</style>