Shades of Dark Cyan #05868A
Tints of Dark Cyan #05868A
RGB
CMYK
RGB Variations
Color information
#05868A (or 0x05868A) is known color: Dark Cyan. HEX triplet: 05, 86 and 8A. RGB value is (5,134,138). Sum of RGB (Red+Green+Blue) = 5+134+138=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #05868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05868A is #FA7975. Grayscale: #5F5F5F. Windows color (decimal): -16415094 or 9078277. OLE color: 9078277.
HSL color Cylindrical-coordinate representation of color #05868A: hue angle of 181.8º 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 #05868A is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 134 | 138 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.46 |
| HSL | 181.8º | 0.93% | 0.28% | - |
| HSV(B) | 181.8º | 0.96% | 0.54% | - |
| XYZ | 13.18 | 18.92 | 27 | - |
| YUV | 95.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 138 | 0.96 | 0.03 | 0 | 0.46 | 181.8 | 0.93 | 0.28 |
| Hex | 5 | 86 | 8A | 60 | 3 | 0 | 2E | B6 | 5D | 1C |
| Octal | 5 | 206 | 212 | 140 | 3 | 0 | 56 | 266 | 135 | 34 |
| Binary | 101 | 10000110 | 10001010 | 1100000 | 11 | 0 | 101110 | 10110110 | 1011101 | 11100 |
Color Harmonies of #05868A
Complementary color
Monochromatic Colors of #05868A
Black with #05868A
Text Example
Text Example
White with #05868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05868A; }
p { color: rgb(5,134,138); }
H1.HeaderClassName
{
color: #05868A;
}
.AnyTagClassName
{
color: #05868A;
}
</style>
background-color css
<style>
a { background-color: #05868A; }
a { background-color: rgb(5,134,138); }
div.DivClassName
{
background-color: #05868A;
}
.BgClassName
{
background-color: #05868A;
}
</style>
border-color css
<style>
span { border-color: #05868A; }
span { border-color: rgb(5,134,138); }
td.TdClassName
{
border-color: #05868A;
}
.TagClassName
{
border-color: #05868A;
}
</style>