Shades of Myrtle #05530B
Tints of Myrtle #05530B
RGB
CMYK
RGB Variations
Color information
#05530B (or 0x05530B) is known color: Myrtle. HEX triplet: 05, 53 and 0B. RGB value is (5,83,11). Sum of RGB (Red+Green+Blue) = 5+83+11=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 83 (32.81% from 255 or 83.84% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 83 - color contains mainly: green. Hex color #05530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05530B is #FAACF4. Grayscale: #333333. Windows color (decimal): -16428277 or 742149. OLE color: 742149.
HSL color Cylindrical-coordinate representation of color #05530B: hue angle of 124.62º 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 #05530B is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 5 | 83 | 11 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.67 |
| HSL | 124.62º | 0.89% | 0.17% | - |
| HSV(B) | 124.62º | 0.94% | 0.33% | - |
| XYZ | 3.22 | 6.24 | 1.35 | - |
| YUV | 51.47 | 105.16 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 11 | 0.94 | 0 | 0.87 | 0.67 | 124.62 | 0.89 | 0.17 |
| Hex | 5 | 53 | B | 5E | 0 | 57 | 43 | 7D | 59 | 11 |
| Octal | 5 | 123 | 13 | 136 | 0 | 127 | 103 | 175 | 131 | 21 |
| Binary | 101 | 1010011 | 1011 | 1011110 | 0 | 1010111 | 1000011 | 1111101 | 1011001 | 10001 |
Color Harmonies of #05530B
Complementary color
Monochromatic Colors of #05530B
Black with #05530B
Text Example
Text Example
White with #05530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05530B; }
p { color: rgb(5,83,11); }
H1.HeaderClassName
{
color: #05530B;
}
.AnyTagClassName
{
color: #05530B;
}
</style>
background-color css
<style>
a { background-color: #05530B; }
a { background-color: rgb(5,83,11); }
div.DivClassName
{
background-color: #05530B;
}
.BgClassName
{
background-color: #05530B;
}
</style>
border-color css
<style>
span { border-color: #05530B; }
span { border-color: rgb(5,83,11); }
td.TdClassName
{
border-color: #05530B;
}
.TagClassName
{
border-color: #05530B;
}
</style>