Shades of Dark Cyan #059783
Tints of Dark Cyan #059783
RGB
CMYK
RGB Variations
Color information
#059783 (or 0x059783) is known color: Dark Cyan. HEX triplet: 05, 97 and 83. RGB value is (5,151,131). Sum of RGB (Red+Green+Blue) = 5+151+131=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #059783 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059783 is #FA687C. Grayscale: #686868. Windows color (decimal): -16410749 or 8623877. OLE color: 8623877.
HSL color Cylindrical-coordinate representation of color #059783: hue angle of 171.78º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059783 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 151 | 131 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.41 |
| HSL | 171.78º | 0.94% | 0.31% | - |
| HSV(B) | 171.78º | 0.97% | 0.59% | - |
| XYZ | 15.23 | 23.8 | 25.26 | - |
| YUV | 105.07 | 142.63 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 131 | 0.97 | 0 | 0.13 | 0.41 | 171.78 | 0.94 | 0.31 |
| Hex | 5 | 97 | 83 | 61 | 0 | D | 29 | AC | 5E | 1F |
| Octal | 5 | 227 | 203 | 141 | 0 | 15 | 51 | 254 | 136 | 37 |
| Binary | 101 | 10010111 | 10000011 | 1100001 | 0 | 1101 | 101001 | 10101100 | 1011110 | 11111 |
Color Harmonies of #059783
Complementary color
Monochromatic Colors of #059783
Black with #059783
Text Example
Text Example
White with #059783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059783; }
p { color: rgb(5,151,131); }
H1.HeaderClassName
{
color: #059783;
}
.AnyTagClassName
{
color: #059783;
}
</style>
background-color css
<style>
a { background-color: #059783; }
a { background-color: rgb(5,151,131); }
div.DivClassName
{
background-color: #059783;
}
.BgClassName
{
background-color: #059783;
}
</style>
border-color css
<style>
span { border-color: #059783; }
span { border-color: rgb(5,151,131); }
td.TdClassName
{
border-color: #059783;
}
.TagClassName
{
border-color: #059783;
}
</style>