Shades of Myrtle #055102
Tints of Myrtle #055102
RGB
CMYK
RGB Variations
Color information
#055102 (or 0x055102) is known color: Myrtle. HEX triplet: 05, 51 and 02. RGB value is (5,81,2). Sum of RGB (Red+Green+Blue) = 5+81+2=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 81 (32.03% from 255 or 92.05% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 81 - color contains mainly: green. Hex color #055102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055102 is #FAAEFD. Grayscale: #313131. Windows color (decimal): -16428798 or 151813. OLE color: 151813.
HSL color Cylindrical-coordinate representation of color #055102: hue angle of 117.72º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055102 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 5 | 81 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.68 |
| HSL | 117.72º | 0.95% | 0.16% | - |
| HSV(B) | 117.72º | 0.98% | 0.32% | - |
| XYZ | 3.02 | 5.92 | 1.04 | - |
| YUV | 49.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 81 | 2 | 0.94 | 0 | 0.98 | 0.68 | 117.72 | 0.95 | 0.16 |
| Hex | 5 | 51 | 2 | 5E | 0 | 62 | 44 | 76 | 5F | 10 |
| Octal | 5 | 121 | 2 | 136 | 0 | 142 | 104 | 166 | 137 | 20 |
| Binary | 101 | 1010001 | 10 | 1011110 | 0 | 1100010 | 1000100 | 1110110 | 1011111 | 10000 |
Color Harmonies of #055102
Complementary color
Monochromatic Colors of #055102
Black with #055102
Text Example
Text Example
White with #055102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055102; }
p { color: rgb(5,81,2); }
H1.HeaderClassName
{
color: #055102;
}
.AnyTagClassName
{
color: #055102;
}
</style>
background-color css
<style>
a { background-color: #055102; }
a { background-color: rgb(5,81,2); }
div.DivClassName
{
background-color: #055102;
}
.BgClassName
{
background-color: #055102;
}
</style>
border-color css
<style>
span { border-color: #055102; }
span { border-color: rgb(5,81,2); }
td.TdClassName
{
border-color: #055102;
}
.TagClassName
{
border-color: #055102;
}
</style>