Shades of Dark Cyan #05808D
Tints of Dark Cyan #05808D
RGB
CMYK
RGB Variations
Color information
#05808D (or 0x05808D) is known color: Dark Cyan. HEX triplet: 05, 80 and 8D. RGB value is (5,128,141). Sum of RGB (Red+Green+Blue) = 5+128+141=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #05808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05808D is #FA7F72. Grayscale: #5C5C5C. Windows color (decimal): -16416627 or 9273349. OLE color: 9273349.
HSL color Cylindrical-coordinate representation of color #05808D: hue angle of 185.74º 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 #05808D is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 128 | 141 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.45 |
| HSL | 185.74º | 0.93% | 0.29% | - |
| HSV(B) | 185.74º | 0.96% | 0.55% | - |
| XYZ | 12.59 | 17.39 | 27.89 | - |
| YUV | 92.71 | 155.25 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 128 | 141 | 0.96 | 0.09 | 0 | 0.45 | 185.74 | 0.93 | 0.29 |
| Hex | 5 | 80 | 8D | 60 | 9 | 0 | 2D | BA | 5D | 1D |
| Octal | 5 | 200 | 215 | 140 | 11 | 0 | 55 | 272 | 135 | 35 |
| Binary | 101 | 10000000 | 10001101 | 1100000 | 1001 | 0 | 101101 | 10111010 | 1011101 | 11101 |
Color Harmonies of #05808D
Complementary color
Monochromatic Colors of #05808D
Black with #05808D
Text Example
Text Example
White with #05808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05808D; }
p { color: rgb(5,128,141); }
H1.HeaderClassName
{
color: #05808D;
}
.AnyTagClassName
{
color: #05808D;
}
</style>
background-color css
<style>
a { background-color: #05808D; }
a { background-color: rgb(5,128,141); }
div.DivClassName
{
background-color: #05808D;
}
.BgClassName
{
background-color: #05808D;
}
</style>
border-color css
<style>
span { border-color: #05808D; }
span { border-color: rgb(5,128,141); }
td.TdClassName
{
border-color: #05808D;
}
.TagClassName
{
border-color: #05808D;
}
</style>