Shades of Myrtle #053809
Tints of Myrtle #053809
RGB
CMYK
RGB Variations
Color information
#053809 (or 0x053809) is known color: Myrtle. HEX triplet: 05, 38 and 09. RGB value is (5,56,9). Sum of RGB (Red+Green+Blue) = 5+56+9=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 56 (22.27% from 255 or 80% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 56 - color contains mainly: green. Hex color #053809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053809 is #FAC7F6. Grayscale: #232323. Windows color (decimal): -16435191 or 604165. OLE color: 604165.
HSL color Cylindrical-coordinate representation of color #053809: hue angle of 124.71º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053809 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 9 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.78 |
| HSL | 124.71º | 0.84% | 0.12% | - |
| HSV(B) | 124.71º | 0.91% | 0.22% | - |
| XYZ | 1.53 | 2.88 | 0.73 | - |
| YUV | 35.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 9 | 0.91 | 0 | 0.84 | 0.78 | 124.71 | 0.84 | 0.12 |
| Hex | 5 | 38 | 9 | 5B | 0 | 54 | 4E | 7D | 54 | C |
| Octal | 5 | 70 | 11 | 133 | 0 | 124 | 116 | 175 | 124 | 14 |
| Binary | 101 | 111000 | 1001 | 1011011 | 0 | 1010100 | 1001110 | 1111101 | 1010100 | 1100 |
Color Harmonies of #053809
Complementary color
Monochromatic Colors of #053809
Black with #053809
Text Example
Text Example
White with #053809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053809; }
p { color: rgb(5,56,9); }
H1.HeaderClassName
{
color: #053809;
}
.AnyTagClassName
{
color: #053809;
}
</style>
background-color css
<style>
a { background-color: #053809; }
a { background-color: rgb(5,56,9); }
div.DivClassName
{
background-color: #053809;
}
.BgClassName
{
background-color: #053809;
}
</style>
border-color css
<style>
span { border-color: #053809; }
span { border-color: rgb(5,56,9); }
td.TdClassName
{
border-color: #053809;
}
.TagClassName
{
border-color: #053809;
}
</style>