Shades of Myrtle #053209
Tints of Myrtle #053209
RGB
CMYK
RGB Variations
Color information
#053209 (or 0x053209) is known color: Myrtle. HEX triplet: 05, 32 and 09. RGB value is (5,50,9). Sum of RGB (Red+Green+Blue) = 5+50+9=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 50 (19.92% from 255 or 78.12% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 50 - color contains mainly: green. Hex color #053209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053209 is #FACDF6. Grayscale: #1F1F1F. Windows color (decimal): -16436727 or 602629. OLE color: 602629.
HSL color Cylindrical-coordinate representation of color #053209: hue angle of 125.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053209 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 9 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.80 |
| HSL | 125.33º | 0.82% | 0.11% | - |
| HSV(B) | 125.33º | 0.9% | 0.2% | - |
| XYZ | 1.25 | 2.33 | 0.64 | - |
| YUV | 31.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 9 | 0.90 | 0 | 0.82 | 0.80 | 125.33 | 0.82 | 0.11 |
| Hex | 5 | 32 | 9 | 5A | 0 | 52 | 50 | 7D | 52 | B |
| Octal | 5 | 62 | 11 | 132 | 0 | 122 | 120 | 175 | 122 | 13 |
| Binary | 101 | 110010 | 1001 | 1011010 | 0 | 1010010 | 1010000 | 1111101 | 1010010 | 1011 |
Color Harmonies of #053209
Complementary color
Monochromatic Colors of #053209
Black with #053209
Text Example
Text Example
White with #053209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053209; }
p { color: rgb(5,50,9); }
H1.HeaderClassName
{
color: #053209;
}
.AnyTagClassName
{
color: #053209;
}
</style>
background-color css
<style>
a { background-color: #053209; }
a { background-color: rgb(5,50,9); }
div.DivClassName
{
background-color: #053209;
}
.BgClassName
{
background-color: #053209;
}
</style>
border-color css
<style>
span { border-color: #053209; }
span { border-color: rgb(5,50,9); }
td.TdClassName
{
border-color: #053209;
}
.TagClassName
{
border-color: #053209;
}
</style>