Shades of Dark Cyan #059283
Tints of Dark Cyan #059283
RGB
CMYK
RGB Variations
Color information
#059283 (or 0x059283) is known color: Dark Cyan. HEX triplet: 05, 92 and 83. RGB value is (5,146,131). Sum of RGB (Red+Green+Blue) = 5+146+131=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #059283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059283 is #FA6D7C. Grayscale: #666666. Windows color (decimal): -16412029 or 8622597. OLE color: 8622597.
HSL color Cylindrical-coordinate representation of color #059283: hue angle of 173.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059283 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 5 | 146 | 131 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.43 |
| HSL | 173.62º | 0.93% | 0.3% | - |
| HSV(B) | 173.62º | 0.97% | 0.57% | - |
| XYZ | 14.44 | 22.23 | 25 | - |
| YUV | 102.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 146 | 131 | 0.97 | 0 | 0.10 | 0.43 | 173.62 | 0.93 | 0.3 |
| Hex | 5 | 92 | 83 | 61 | 0 | A | 2B | AE | 5D | 1E |
| Octal | 5 | 222 | 203 | 141 | 0 | 12 | 53 | 256 | 135 | 36 |
| Binary | 101 | 10010010 | 10000011 | 1100001 | 0 | 1010 | 101011 | 10101110 | 1011101 | 11110 |
Color Harmonies of #059283
Complementary color
Monochromatic Colors of #059283
Black with #059283
Text Example
Text Example
White with #059283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059283; }
p { color: rgb(5,146,131); }
H1.HeaderClassName
{
color: #059283;
}
.AnyTagClassName
{
color: #059283;
}
</style>
background-color css
<style>
a { background-color: #059283; }
a { background-color: rgb(5,146,131); }
div.DivClassName
{
background-color: #059283;
}
.BgClassName
{
background-color: #059283;
}
</style>
border-color css
<style>
span { border-color: #059283; }
span { border-color: rgb(5,146,131); }
td.TdClassName
{
border-color: #059283;
}
.TagClassName
{
border-color: #059283;
}
</style>