Shades of Myrtle #055409
Tints of Myrtle #055409
RGB
CMYK
RGB Variations
Color information
#055409 (or 0x055409) is known color: Myrtle. HEX triplet: 05, 54 and 09. RGB value is (5,84,9). Sum of RGB (Red+Green+Blue) = 5+84+9=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 84 (33.20% from 255 or 85.71% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 84 - color contains mainly: green. Hex color #055409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055409 is #FAABF6. Grayscale: #343434. Windows color (decimal): -16428023 or 611333. OLE color: 611333.
HSL color Cylindrical-coordinate representation of color #055409: hue angle of 123.04º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055409 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 84 | 9 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.67 |
| HSL | 123.04º | 0.89% | 0.17% | - |
| HSV(B) | 123.04º | 0.94% | 0.33% | - |
| XYZ | 3.28 | 6.39 | 1.32 | - |
| YUV | 51.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 9 | 0.94 | 0 | 0.89 | 0.67 | 123.04 | 0.89 | 0.17 |
| Hex | 5 | 54 | 9 | 5E | 0 | 59 | 43 | 7B | 59 | 11 |
| Octal | 5 | 124 | 11 | 136 | 0 | 131 | 103 | 173 | 131 | 21 |
| Binary | 101 | 1010100 | 1001 | 1011110 | 0 | 1011001 | 1000011 | 1111011 | 1011001 | 10001 |
Color Harmonies of #055409
Complementary color
Monochromatic Colors of #055409
Black with #055409
Text Example
Text Example
White with #055409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055409; }
p { color: rgb(5,84,9); }
H1.HeaderClassName
{
color: #055409;
}
.AnyTagClassName
{
color: #055409;
}
</style>
background-color css
<style>
a { background-color: #055409; }
a { background-color: rgb(5,84,9); }
div.DivClassName
{
background-color: #055409;
}
.BgClassName
{
background-color: #055409;
}
</style>
border-color css
<style>
span { border-color: #055409; }
span { border-color: rgb(5,84,9); }
td.TdClassName
{
border-color: #055409;
}
.TagClassName
{
border-color: #055409;
}
</style>