Shades of Myrtle #053408
Tints of Myrtle #053408
RGB
CMYK
RGB Variations
Color information
#053408 (or 0x053408) is known color: Myrtle. HEX triplet: 05, 34 and 08. RGB value is (5,52,8). Sum of RGB (Red+Green+Blue) = 5+52+8=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #053408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053408 is #FACBF7. Grayscale: #212121. Windows color (decimal): -16436216 or 537605. OLE color: 537605.
HSL color Cylindrical-coordinate representation of color #053408: hue angle of 123.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053408 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 8 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.80 |
| HSL | 123.83º | 0.82% | 0.11% | - |
| HSV(B) | 123.83º | 0.9% | 0.2% | - |
| XYZ | 1.33 | 2.51 | 0.64 | - |
| YUV | 32.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 8 | 0.90 | 0 | 0.85 | 0.80 | 123.83 | 0.82 | 0.11 |
| Hex | 5 | 34 | 8 | 5A | 0 | 55 | 50 | 7C | 52 | B |
| Octal | 5 | 64 | 10 | 132 | 0 | 125 | 120 | 174 | 122 | 13 |
| Binary | 101 | 110100 | 1000 | 1011010 | 0 | 1010101 | 1010000 | 1111100 | 1010010 | 1011 |
Color Harmonies of #053408
Complementary color
Monochromatic Colors of #053408
Black with #053408
Text Example
Text Example
White with #053408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053408; }
p { color: rgb(5,52,8); }
H1.HeaderClassName
{
color: #053408;
}
.AnyTagClassName
{
color: #053408;
}
</style>
background-color css
<style>
a { background-color: #053408; }
a { background-color: rgb(5,52,8); }
div.DivClassName
{
background-color: #053408;
}
.BgClassName
{
background-color: #053408;
}
</style>
border-color css
<style>
span { border-color: #053408; }
span { border-color: rgb(5,52,8); }
td.TdClassName
{
border-color: #053408;
}
.TagClassName
{
border-color: #053408;
}
</style>