Shades of Dark Cyan #05898C
Tints of Dark Cyan #05898C
RGB
CMYK
RGB Variations
Color information
#05898C (or 0x05898C) is known color: Dark Cyan. HEX triplet: 05, 89 and 8C. RGB value is (5,137,140). Sum of RGB (Red+Green+Blue) = 5+137+140=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #05898C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05898C is #FA7673. Grayscale: #616161. Windows color (decimal): -16414324 or 9210117. OLE color: 9210117.
HSL color Cylindrical-coordinate representation of color #05898C: hue angle of 181.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05898C is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 137 | 140 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.45 |
| HSL | 181.33º | 0.93% | 0.28% | - |
| HSV(B) | 181.33º | 0.96% | 0.55% | - |
| XYZ | 13.74 | 19.82 | 27.91 | - |
| YUV | 97.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 140 | 0.96 | 0.02 | 0 | 0.45 | 181.33 | 0.93 | 0.28 |
| Hex | 5 | 89 | 8C | 60 | 2 | 0 | 2D | B5 | 5D | 1C |
| Octal | 5 | 211 | 214 | 140 | 2 | 0 | 55 | 265 | 135 | 34 |
| Binary | 101 | 10001001 | 10001100 | 1100000 | 10 | 0 | 101101 | 10110101 | 1011101 | 11100 |
Color Harmonies of #05898C
Complementary color
Monochromatic Colors of #05898C
Black with #05898C
Text Example
Text Example
White with #05898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05898C; }
p { color: rgb(5,137,140); }
H1.HeaderClassName
{
color: #05898C;
}
.AnyTagClassName
{
color: #05898C;
}
</style>
background-color css
<style>
a { background-color: #05898C; }
a { background-color: rgb(5,137,140); }
div.DivClassName
{
background-color: #05898C;
}
.BgClassName
{
background-color: #05898C;
}
</style>
border-color css
<style>
span { border-color: #05898C; }
span { border-color: rgb(5,137,140); }
td.TdClassName
{
border-color: #05898C;
}
.TagClassName
{
border-color: #05898C;
}
</style>