Shades of Myrtle #054001
Tints of Myrtle #054001
RGB
CMYK
RGB Variations
Color information
#054001 (or 0x054001) is known color: Myrtle. HEX triplet: 05, 40 and 01. RGB value is (5,64,1). Sum of RGB (Red+Green+Blue) = 5+64+1=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 64 (25.39% from 255 or 91.43% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 64 - color contains mainly: green. Hex color #054001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054001 is #FABFFE. Grayscale: #272727. Windows color (decimal): -16433151 or 81925. OLE color: 81925.
HSL color Cylindrical-coordinate representation of color #054001: hue angle of 116.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054001 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 1 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.75 |
| HSL | 116.19º | 0.97% | 0.13% | - |
| HSV(B) | 116.19º | 0.98% | 0.25% | - |
| XYZ | 1.9 | 3.7 | 0.64 | - |
| YUV | 39.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 1 | 0.92 | 0 | 0.98 | 0.75 | 116.19 | 0.97 | 0.13 |
| Hex | 5 | 40 | 1 | 5C | 0 | 62 | 4B | 74 | 61 | D |
| Octal | 5 | 100 | 1 | 134 | 0 | 142 | 113 | 164 | 141 | 15 |
| Binary | 101 | 1000000 | 1 | 1011100 | 0 | 1100010 | 1001011 | 1110100 | 1100001 | 1101 |
Color Harmonies of #054001
Complementary color
Monochromatic Colors of #054001
Black with #054001
Text Example
Text Example
White with #054001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054001; }
p { color: rgb(5,64,1); }
H1.HeaderClassName
{
color: #054001;
}
.AnyTagClassName
{
color: #054001;
}
</style>
background-color css
<style>
a { background-color: #054001; }
a { background-color: rgb(5,64,1); }
div.DivClassName
{
background-color: #054001;
}
.BgClassName
{
background-color: #054001;
}
</style>
border-color css
<style>
span { border-color: #054001; }
span { border-color: rgb(5,64,1); }
td.TdClassName
{
border-color: #054001;
}
.TagClassName
{
border-color: #054001;
}
</style>