Shades of Myrtle #053301
Tints of Myrtle #053301
RGB
CMYK
RGB Variations
Color information
#053301 (or 0x053301) is known color: Myrtle. HEX triplet: 05, 33 and 01. RGB value is (5,51,1). Sum of RGB (Red+Green+Blue) = 5+51+1=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 51 (20.31% from 255 or 89.47% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 51 - color contains mainly: green. Hex color #053301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053301 is #FACCFE. Grayscale: #1F1F1F. Windows color (decimal): -16436479 or 78597. OLE color: 78597.
HSL color Cylindrical-coordinate representation of color #053301: hue angle of 115.2º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053301 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 1 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.8 |
| HSL | 115.2º | 0.96% | 0.1% | - |
| HSV(B) | 115.2º | 0.98% | 0.2% | - |
| XYZ | 1.25 | 2.4 | 0.43 | - |
| YUV | 31.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 1 | 0.90 | 0 | 0.98 | 0.8 | 115.2 | 0.96 | 0.1 |
| Hex | 5 | 33 | 1 | 5A | 0 | 62 | 50 | 73 | 60 | A |
| Octal | 5 | 63 | 1 | 132 | 0 | 142 | 120 | 163 | 140 | 12 |
| Binary | 101 | 110011 | 1 | 1011010 | 0 | 1100010 | 1010000 | 1110011 | 1100000 | 1010 |
Color Harmonies of #053301
Complementary color
Monochromatic Colors of #053301
Black with #053301
Text Example
Text Example
White with #053301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053301; }
p { color: rgb(5,51,1); }
H1.HeaderClassName
{
color: #053301;
}
.AnyTagClassName
{
color: #053301;
}
</style>
background-color css
<style>
a { background-color: #053301; }
a { background-color: rgb(5,51,1); }
div.DivClassName
{
background-color: #053301;
}
.BgClassName
{
background-color: #053301;
}
</style>
border-color css
<style>
span { border-color: #053301; }
span { border-color: rgb(5,51,1); }
td.TdClassName
{
border-color: #053301;
}
.TagClassName
{
border-color: #053301;
}
</style>