Shades of Dark Cyan #05898A
Tints of Dark Cyan #05898A
RGB
CMYK
RGB Variations
Color information
#05898A (or 0x05898A) is known color: Dark Cyan. HEX triplet: 05, 89 and 8A. RGB value is (5,137,138). Sum of RGB (Red+Green+Blue) = 5+137+138=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #05898A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05898A is #FA7675. Grayscale: #616161. Windows color (decimal): -16414326 or 9079045. OLE color: 9079045.
HSL color Cylindrical-coordinate representation of color #05898A: hue angle of 180.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05898A is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 138 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.46 |
| HSL | 180.45º | 0.93% | 0.28% | - |
| HSV(B) | 180.45º | 0.96% | 0.54% | - |
| XYZ | 13.6 | 19.76 | 27.14 | - |
| YUV | 97.65 | 150.77 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 138 | 0.96 | 0.01 | 0 | 0.46 | 180.45 | 0.93 | 0.28 |
| Hex | 5 | 89 | 8A | 60 | 1 | 0 | 2E | B4 | 5D | 1C |
| Octal | 5 | 211 | 212 | 140 | 1 | 0 | 56 | 264 | 135 | 34 |
| Binary | 101 | 10001001 | 10001010 | 1100000 | 1 | 0 | 101110 | 10110100 | 1011101 | 11100 |
Color Harmonies of #05898A
Complementary color
Monochromatic Colors of #05898A
Black with #05898A
Text Example
Text Example
White with #05898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05898A; }
p { color: rgb(5,137,138); }
H1.HeaderClassName
{
color: #05898A;
}
.AnyTagClassName
{
color: #05898A;
}
</style>
background-color css
<style>
a { background-color: #05898A; }
a { background-color: rgb(5,137,138); }
div.DivClassName
{
background-color: #05898A;
}
.BgClassName
{
background-color: #05898A;
}
</style>
border-color css
<style>
span { border-color: #05898A; }
span { border-color: rgb(5,137,138); }
td.TdClassName
{
border-color: #05898A;
}
.TagClassName
{
border-color: #05898A;
}
</style>