Shades of Myrtle #055810
Tints of Myrtle #055810
RGB
CMYK
RGB Variations
Color information
#055810 (or 0x055810) is known color: Myrtle. HEX triplet: 05, 58 and 10. RGB value is (5,88,16). Sum of RGB (Red+Green+Blue) = 5+88+16=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #055810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055810 is #FAA7EF. Grayscale: #373737. Windows color (decimal): -16426992 or 1071109. OLE color: 1071109.
HSL color Cylindrical-coordinate representation of color #055810: hue angle of 127.95º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055810 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 88 | 16 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.65 |
| HSL | 127.95º | 0.89% | 0.18% | - |
| HSV(B) | 127.95º | 0.94% | 0.35% | - |
| XYZ | 3.65 | 7.05 | 1.66 | - |
| YUV | 54.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 16 | 0.94 | 0 | 0.82 | 0.65 | 127.95 | 0.89 | 0.18 |
| Hex | 5 | 58 | 10 | 5E | 0 | 52 | 41 | 80 | 59 | 12 |
| Octal | 5 | 130 | 20 | 136 | 0 | 122 | 101 | 200 | 131 | 22 |
| Binary | 101 | 1011000 | 10000 | 1011110 | 0 | 1010010 | 1000001 | 10000000 | 1011001 | 10010 |
Color Harmonies of #055810
Complementary color
Monochromatic Colors of #055810
Black with #055810
Text Example
Text Example
White with #055810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055810; }
p { color: rgb(5,88,16); }
H1.HeaderClassName
{
color: #055810;
}
.AnyTagClassName
{
color: #055810;
}
</style>
background-color css
<style>
a { background-color: #055810; }
a { background-color: rgb(5,88,16); }
div.DivClassName
{
background-color: #055810;
}
.BgClassName
{
background-color: #055810;
}
</style>
border-color css
<style>
span { border-color: #055810; }
span { border-color: rgb(5,88,16); }
td.TdClassName
{
border-color: #055810;
}
.TagClassName
{
border-color: #055810;
}
</style>