Shades of Myrtle #053001
Tints of Myrtle #053001
RGB
CMYK
RGB Variations
Color information
#053001 (or 0x053001) is known color: Myrtle. HEX triplet: 05, 30 and 01. RGB value is (5,48,1). Sum of RGB (Red+Green+Blue) = 5+48+1=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 48 (19.14% from 255 or 88.89% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 48 - color contains mainly: green. Hex color #053001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053001 is #FACFFE. Grayscale: #1D1D1D. Windows color (decimal): -16437247 or 77829. OLE color: 77829.
HSL color Cylindrical-coordinate representation of color #053001: hue angle of 114.89º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053001 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 1 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.81 |
| HSL | 114.89º | 0.96% | 0.1% | - |
| HSV(B) | 114.89º | 0.98% | 0.19% | - |
| XYZ | 1.13 | 2.15 | 0.38 | - |
| YUV | 29.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 1 | 0.90 | 0 | 0.98 | 0.81 | 114.89 | 0.96 | 0.1 |
| Hex | 5 | 30 | 1 | 5A | 0 | 62 | 51 | 73 | 60 | A |
| Octal | 5 | 60 | 1 | 132 | 0 | 142 | 121 | 163 | 140 | 12 |
| Binary | 101 | 110000 | 1 | 1011010 | 0 | 1100010 | 1010001 | 1110011 | 1100000 | 1010 |
Color Harmonies of #053001
Complementary color
Monochromatic Colors of #053001
Black with #053001
Text Example
Text Example
White with #053001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053001; }
p { color: rgb(5,48,1); }
H1.HeaderClassName
{
color: #053001;
}
.AnyTagClassName
{
color: #053001;
}
</style>
background-color css
<style>
a { background-color: #053001; }
a { background-color: rgb(5,48,1); }
div.DivClassName
{
background-color: #053001;
}
.BgClassName
{
background-color: #053001;
}
</style>
border-color css
<style>
span { border-color: #053001; }
span { border-color: rgb(5,48,1); }
td.TdClassName
{
border-color: #053001;
}
.TagClassName
{
border-color: #053001;
}
</style>