Shades of Myrtle #05550C
Tints of Myrtle #05550C
RGB
CMYK
RGB Variations
Color information
#05550C (or 0x05550C) is known color: Myrtle. HEX triplet: 05, 55 and 0C. RGB value is (5,85,12). Sum of RGB (Red+Green+Blue) = 5+85+12=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 85 (33.59% from 255 or 83.33% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 85 - color contains mainly: green. Hex color #05550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05550C is #FAAAF3. Grayscale: #343434. Windows color (decimal): -16427764 or 808197. OLE color: 808197.
HSL color Cylindrical-coordinate representation of color #05550C: hue angle of 125.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05550C is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 85 | 12 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.67 |
| HSL | 125.25º | 0.89% | 0.18% | - |
| HSV(B) | 125.25º | 0.94% | 0.33% | - |
| XYZ | 3.38 | 6.56 | 1.44 | - |
| YUV | 52.76 | 105 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 12 | 0.94 | 0 | 0.86 | 0.67 | 125.25 | 0.89 | 0.18 |
| Hex | 5 | 55 | C | 5E | 0 | 56 | 43 | 7D | 59 | 12 |
| Octal | 5 | 125 | 14 | 136 | 0 | 126 | 103 | 175 | 131 | 22 |
| Binary | 101 | 1010101 | 1100 | 1011110 | 0 | 1010110 | 1000011 | 1111101 | 1011001 | 10010 |
Color Harmonies of #05550C
Complementary color
Monochromatic Colors of #05550C
Black with #05550C
Text Example
Text Example
White with #05550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05550C; }
p { color: rgb(5,85,12); }
H1.HeaderClassName
{
color: #05550C;
}
.AnyTagClassName
{
color: #05550C;
}
</style>
background-color css
<style>
a { background-color: #05550C; }
a { background-color: rgb(5,85,12); }
div.DivClassName
{
background-color: #05550C;
}
.BgClassName
{
background-color: #05550C;
}
</style>
border-color css
<style>
span { border-color: #05550C; }
span { border-color: rgb(5,85,12); }
td.TdClassName
{
border-color: #05550C;
}
.TagClassName
{
border-color: #05550C;
}
</style>