Shades of Dark Cyan #058787
Tints of Dark Cyan #058787
RGB
CMYK
RGB Variations
Color information
#058787 (or 0x058787) is known color: Dark Cyan. HEX triplet: 05, 87 and 87. RGB value is (5,135,135). Sum of RGB (Red+Green+Blue) = 5+135+135=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #058787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058787 is #FA7878. Grayscale: #5F5F5F. Windows color (decimal): -16414841 or 8881925. OLE color: 8881925.
HSL color Cylindrical-coordinate representation of color #058787: hue angle of 180º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058787 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 135 | - |
| CMYK | 0.96 | 0 | 0 | 0.47 |
| HSL | 180º | 0.93% | 0.27% | - |
| HSV(B) | 180º | 0.96% | 0.53% | - |
| XYZ | 13.1 | 19.11 | 25.92 | - |
| YUV | 96.13 | 149.93 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 135 | 0.96 | 0 | 0 | 0.47 | 180 | 0.93 | 0.27 |
| Hex | 5 | 87 | 87 | 60 | 0 | 0 | 2F | B4 | 5D | 1B |
| Octal | 5 | 207 | 207 | 140 | 0 | 0 | 57 | 264 | 135 | 33 |
| Binary | 101 | 10000111 | 10000111 | 1100000 | 0 | 0 | 101111 | 10110100 | 1011101 | 11011 |
Color Harmonies of #058787
Complementary color
Monochromatic Colors of #058787
Black with #058787
Text Example
Text Example
White with #058787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058787; }
p { color: rgb(5,135,135); }
H1.HeaderClassName
{
color: #058787;
}
.AnyTagClassName
{
color: #058787;
}
</style>
background-color css
<style>
a { background-color: #058787; }
a { background-color: rgb(5,135,135); }
div.DivClassName
{
background-color: #058787;
}
.BgClassName
{
background-color: #058787;
}
</style>
border-color css
<style>
span { border-color: #058787; }
span { border-color: rgb(5,135,135); }
td.TdClassName
{
border-color: #058787;
}
.TagClassName
{
border-color: #058787;
}
</style>