Shades of Myrtle #053902
Tints of Myrtle #053902
RGB
CMYK
RGB Variations
Color information
#053902 (or 0x053902) is known color: Myrtle. HEX triplet: 05, 39 and 02. RGB value is (5,57,2). Sum of RGB (Red+Green+Blue) = 5+57+2=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 57 (22.66% from 255 or 89.06% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 57 - color contains mainly: green. Hex color #053902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053902 is #FAC6FD. Grayscale: #232323. Windows color (decimal): -16434942 or 145669. OLE color: 145669.
HSL color Cylindrical-coordinate representation of color #053902: hue angle of 116.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053902 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 57 | 2 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.78 |
| HSL | 116.73º | 0.93% | 0.12% | - |
| HSV(B) | 116.73º | 0.96% | 0.22% | - |
| XYZ | 1.54 | 2.96 | 0.55 | - |
| YUV | 35.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 2 | 0.91 | 0 | 0.96 | 0.78 | 116.73 | 0.93 | 0.12 |
| Hex | 5 | 39 | 2 | 5B | 0 | 60 | 4E | 75 | 5D | C |
| Octal | 5 | 71 | 2 | 133 | 0 | 140 | 116 | 165 | 135 | 14 |
| Binary | 101 | 111001 | 10 | 1011011 | 0 | 1100000 | 1001110 | 1110101 | 1011101 | 1100 |
Color Harmonies of #053902
Complementary color
Monochromatic Colors of #053902
Black with #053902
Text Example
Text Example
White with #053902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053902; }
p { color: rgb(5,57,2); }
H1.HeaderClassName
{
color: #053902;
}
.AnyTagClassName
{
color: #053902;
}
</style>
background-color css
<style>
a { background-color: #053902; }
a { background-color: rgb(5,57,2); }
div.DivClassName
{
background-color: #053902;
}
.BgClassName
{
background-color: #053902;
}
</style>
border-color css
<style>
span { border-color: #053902; }
span { border-color: rgb(5,57,2); }
td.TdClassName
{
border-color: #053902;
}
.TagClassName
{
border-color: #053902;
}
</style>