Shades of Persian Green #059DA1
Tints of Persian Green #059DA1
RGB
CMYK
RGB Variations
Color information
#059DA1 (or 0x059DA1) is known color: Persian Green. HEX triplet: 05, 9D and A1. RGB value is (5,157,161). Sum of RGB (Red+Green+Blue) = 5+157+161=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #059DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059DA1 is #FA625E. Grayscale: #6F6F6F. Windows color (decimal): -16409183 or 10591493. OLE color: 10591493.
HSL color Cylindrical-coordinate representation of color #059DA1: hue angle of 181.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059DA1 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 157 | 161 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.37 |
| HSL | 181.54º | 0.94% | 0.33% | - |
| HSV(B) | 181.54º | 0.97% | 0.63% | - |
| XYZ | 18.55 | 26.72 | 37.9 | - |
| YUV | 112.01 | 155.64 | 51.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 161 | 0.97 | 0.02 | 0 | 0.37 | 181.54 | 0.94 | 0.33 |
| Hex | 5 | 9D | A1 | 61 | 2 | 0 | 25 | B6 | 5E | 21 |
| Octal | 5 | 235 | 241 | 141 | 2 | 0 | 45 | 266 | 136 | 41 |
| Binary | 101 | 10011101 | 10100001 | 1100001 | 10 | 0 | 100101 | 10110110 | 1011110 | 100001 |
Color Harmonies of #059DA1
Complementary color
Monochromatic Colors of #059DA1
Black with #059DA1
Text Example
Text Example
White with #059DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059DA1; }
p { color: rgb(5,157,161); }
H1.HeaderClassName
{
color: #059DA1;
}
.AnyTagClassName
{
color: #059DA1;
}
</style>
background-color css
<style>
a { background-color: #059DA1; }
a { background-color: rgb(5,157,161); }
div.DivClassName
{
background-color: #059DA1;
}
.BgClassName
{
background-color: #059DA1;
}
</style>
border-color css
<style>
span { border-color: #059DA1; }
span { border-color: rgb(5,157,161); }
td.TdClassName
{
border-color: #059DA1;
}
.TagClassName
{
border-color: #059DA1;
}
</style>