Shades of Myrtle #05500B
Tints of Myrtle #05500B
RGB
CMYK
RGB Variations
Color information
#05500B (or 0x05500B) is known color: Myrtle. HEX triplet: 05, 50 and 0B. RGB value is (5,80,11). Sum of RGB (Red+Green+Blue) = 5+80+11=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #05500B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05500B is #FAAFF4. Grayscale: #313131. Windows color (decimal): -16429045 or 741381. OLE color: 741381.
HSL color Cylindrical-coordinate representation of color #05500B: hue angle of 124.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05500B is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 11 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.69 |
| HSL | 124.8º | 0.88% | 0.17% | - |
| HSV(B) | 124.8º | 0.94% | 0.31% | - |
| XYZ | 2.99 | 5.79 | 1.28 | - |
| YUV | 49.71 | 106.15 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 11 | 0.94 | 0 | 0.86 | 0.69 | 124.8 | 0.88 | 0.17 |
| Hex | 5 | 50 | B | 5E | 0 | 56 | 45 | 7D | 58 | 11 |
| Octal | 5 | 120 | 13 | 136 | 0 | 126 | 105 | 175 | 130 | 21 |
| Binary | 101 | 1010000 | 1011 | 1011110 | 0 | 1010110 | 1000101 | 1111101 | 1011000 | 10001 |
Color Harmonies of #05500B
Complementary color
Monochromatic Colors of #05500B
Black with #05500B
Text Example
Text Example
White with #05500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05500B; }
p { color: rgb(5,80,11); }
H1.HeaderClassName
{
color: #05500B;
}
.AnyTagClassName
{
color: #05500B;
}
</style>
background-color css
<style>
a { background-color: #05500B; }
a { background-color: rgb(5,80,11); }
div.DivClassName
{
background-color: #05500B;
}
.BgClassName
{
background-color: #05500B;
}
</style>
border-color css
<style>
span { border-color: #05500B; }
span { border-color: rgb(5,80,11); }
td.TdClassName
{
border-color: #05500B;
}
.TagClassName
{
border-color: #05500B;
}
</style>