Shades of Dark Cyan #05898D
Tints of Dark Cyan #05898D
RGB
CMYK
RGB Variations
Color information
#05898D (or 0x05898D) is known color: Dark Cyan. HEX triplet: 05, 89 and 8D. RGB value is (5,137,141). Sum of RGB (Red+Green+Blue) = 5+137+141=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #05898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05898D is #FA7672. Grayscale: #616161. Windows color (decimal): -16414323 or 9275653. OLE color: 9275653.
HSL color Cylindrical-coordinate representation of color #05898D: hue angle of 181.76º 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 #05898D is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 137 | 141 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.45 |
| HSL | 181.76º | 0.93% | 0.29% | - |
| HSV(B) | 181.76º | 0.96% | 0.55% | - |
| XYZ | 13.82 | 19.85 | 28.3 | - |
| YUV | 97.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 141 | 0.96 | 0.03 | 0 | 0.45 | 181.76 | 0.93 | 0.29 |
| Hex | 5 | 89 | 8D | 60 | 3 | 0 | 2D | B6 | 5D | 1D |
| Octal | 5 | 211 | 215 | 140 | 3 | 0 | 55 | 266 | 135 | 35 |
| Binary | 101 | 10001001 | 10001101 | 1100000 | 11 | 0 | 101101 | 10110110 | 1011101 | 11101 |
Color Harmonies of #05898D
Complementary color
Monochromatic Colors of #05898D
Black with #05898D
Text Example
Text Example
White with #05898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05898D; }
p { color: rgb(5,137,141); }
H1.HeaderClassName
{
color: #05898D;
}
.AnyTagClassName
{
color: #05898D;
}
</style>
background-color css
<style>
a { background-color: #05898D; }
a { background-color: rgb(5,137,141); }
div.DivClassName
{
background-color: #05898D;
}
.BgClassName
{
background-color: #05898D;
}
</style>
border-color css
<style>
span { border-color: #05898D; }
span { border-color: rgb(5,137,141); }
td.TdClassName
{
border-color: #05898D;
}
.TagClassName
{
border-color: #05898D;
}
</style>