Shades of Persian Green #059E91
Tints of Persian Green #059E91
RGB
CMYK
RGB Variations
Color information
#059E91 (or 0x059E91) is known color: Persian Green. HEX triplet: 05, 9E and 91. RGB value is (5,158,145). Sum of RGB (Red+Green+Blue) = 5+158+145=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #059E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059E91 is #FA616E. Grayscale: #6E6E6E. Windows color (decimal): -16408943 or 9543173. OLE color: 9543173.
HSL color Cylindrical-coordinate representation of color #059E91: hue angle of 174.9º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E91 is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 158 | 145 | - |
| CMYK | 0.97 | 0 | 0.08 | 0.38 |
| HSL | 174.9º | 0.94% | 0.32% | - |
| HSV(B) | 174.9º | 0.97% | 0.62% | - |
| XYZ | 17.4 | 26.53 | 30.99 | - |
| YUV | 110.77 | 147.31 | 52.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 158 | 145 | 0.97 | 0 | 0.08 | 0.38 | 174.9 | 0.94 | 0.32 |
| Hex | 5 | 9E | 91 | 61 | 0 | 8 | 26 | AF | 5E | 20 |
| Octal | 5 | 236 | 221 | 141 | 0 | 10 | 46 | 257 | 136 | 40 |
| Binary | 101 | 10011110 | 10010001 | 1100001 | 0 | 1000 | 100110 | 10101111 | 1011110 | 100000 |
Color Harmonies of #059E91
Complementary color
Monochromatic Colors of #059E91
Black with #059E91
Text Example
Text Example
White with #059E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059E91; }
p { color: rgb(5,158,145); }
H1.HeaderClassName
{
color: #059E91;
}
.AnyTagClassName
{
color: #059E91;
}
</style>
background-color css
<style>
a { background-color: #059E91; }
a { background-color: rgb(5,158,145); }
div.DivClassName
{
background-color: #059E91;
}
.BgClassName
{
background-color: #059E91;
}
</style>
border-color css
<style>
span { border-color: #059E91; }
span { border-color: rgb(5,158,145); }
td.TdClassName
{
border-color: #059E91;
}
.TagClassName
{
border-color: #059E91;
}
</style>