Shades of Dark Cyan #05828D
Tints of Dark Cyan #05828D
RGB
CMYK
RGB Variations
Color information
#05828D (or 0x05828D) is known color: Dark Cyan. HEX triplet: 05, 82 and 8D. RGB value is (5,130,141). Sum of RGB (Red+Green+Blue) = 5+130+141=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #05828D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05828D is #FA7D72. Grayscale: #5D5D5D. Windows color (decimal): -16416115 or 9273861. OLE color: 9273861.
HSL color Cylindrical-coordinate representation of color #05828D: hue angle of 184.85º 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 #05828D is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 130 | 141 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.45 |
| HSL | 184.85º | 0.93% | 0.29% | - |
| HSV(B) | 184.85º | 0.96% | 0.55% | - |
| XYZ | 12.85 | 17.92 | 27.98 | - |
| YUV | 93.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 130 | 141 | 0.96 | 0.08 | 0 | 0.45 | 184.85 | 0.93 | 0.29 |
| Hex | 5 | 82 | 8D | 60 | 8 | 0 | 2D | B9 | 5D | 1D |
| Octal | 5 | 202 | 215 | 140 | 10 | 0 | 55 | 271 | 135 | 35 |
| Binary | 101 | 10000010 | 10001101 | 1100000 | 1000 | 0 | 101101 | 10111001 | 1011101 | 11101 |
Color Harmonies of #05828D
Complementary color
Monochromatic Colors of #05828D
Black with #05828D
Text Example
Text Example
White with #05828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05828D; }
p { color: rgb(5,130,141); }
H1.HeaderClassName
{
color: #05828D;
}
.AnyTagClassName
{
color: #05828D;
}
</style>
background-color css
<style>
a { background-color: #05828D; }
a { background-color: rgb(5,130,141); }
div.DivClassName
{
background-color: #05828D;
}
.BgClassName
{
background-color: #05828D;
}
</style>
border-color css
<style>
span { border-color: #05828D; }
span { border-color: rgb(5,130,141); }
td.TdClassName
{
border-color: #05828D;
}
.TagClassName
{
border-color: #05828D;
}
</style>