Shades of Dark Cyan #05878D
Tints of Dark Cyan #05878D
RGB
CMYK
RGB Variations
Color information
#05878D (or 0x05878D) is known color: Dark Cyan. HEX triplet: 05, 87 and 8D. RGB value is (5,135,141). Sum of RGB (Red+Green+Blue) = 5+135+141=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #05878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05878D is #FA7872. Grayscale: #606060. Windows color (decimal): -16414835 or 9275141. OLE color: 9275141.
HSL color Cylindrical-coordinate representation of color #05878D: hue angle of 182.65º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05878D is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 135 | 141 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.45 |
| HSL | 182.65º | 0.93% | 0.29% | - |
| HSV(B) | 182.65º | 0.96% | 0.55% | - |
| XYZ | 13.53 | 19.28 | 28.21 | - |
| YUV | 96.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 141 | 0.96 | 0.04 | 0 | 0.45 | 182.65 | 0.93 | 0.29 |
| Hex | 5 | 87 | 8D | 60 | 4 | 0 | 2D | B7 | 5D | 1D |
| Octal | 5 | 207 | 215 | 140 | 4 | 0 | 55 | 267 | 135 | 35 |
| Binary | 101 | 10000111 | 10001101 | 1100000 | 100 | 0 | 101101 | 10110111 | 1011101 | 11101 |
Color Harmonies of #05878D
Complementary color
Monochromatic Colors of #05878D
Black with #05878D
Text Example
Text Example
White with #05878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05878D; }
p { color: rgb(5,135,141); }
H1.HeaderClassName
{
color: #05878D;
}
.AnyTagClassName
{
color: #05878D;
}
</style>
background-color css
<style>
a { background-color: #05878D; }
a { background-color: rgb(5,135,141); }
div.DivClassName
{
background-color: #05878D;
}
.BgClassName
{
background-color: #05878D;
}
</style>
border-color css
<style>
span { border-color: #05878D; }
span { border-color: rgb(5,135,141); }
td.TdClassName
{
border-color: #05878D;
}
.TagClassName
{
border-color: #05878D;
}
</style>