Shades of Dark Cyan #05858D
Tints of Dark Cyan #05858D
RGB
CMYK
RGB Variations
Color information
#05858D (or 0x05858D) is known color: Dark Cyan. HEX triplet: 05, 85 and 8D. RGB value is (5,133,141). Sum of RGB (Red+Green+Blue) = 5+133+141=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #05858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05858D is #FA7A72. Grayscale: #5F5F5F. Windows color (decimal): -16415347 or 9274629. OLE color: 9274629.
HSL color Cylindrical-coordinate representation of color #05858D: hue angle of 183.53º 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 #05858D is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 133 | 141 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.45 |
| HSL | 183.53º | 0.93% | 0.29% | - |
| HSV(B) | 183.53º | 0.96% | 0.55% | - |
| XYZ | 13.26 | 18.73 | 28.12 | - |
| YUV | 95.64 | 153.59 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 141 | 0.96 | 0.06 | 0 | 0.45 | 183.53 | 0.93 | 0.29 |
| Hex | 5 | 85 | 8D | 60 | 6 | 0 | 2D | B8 | 5D | 1D |
| Octal | 5 | 205 | 215 | 140 | 6 | 0 | 55 | 270 | 135 | 35 |
| Binary | 101 | 10000101 | 10001101 | 1100000 | 110 | 0 | 101101 | 10111000 | 1011101 | 11101 |
Color Harmonies of #05858D
Complementary color
Monochromatic Colors of #05858D
Black with #05858D
Text Example
Text Example
White with #05858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05858D; }
p { color: rgb(5,133,141); }
H1.HeaderClassName
{
color: #05858D;
}
.AnyTagClassName
{
color: #05858D;
}
</style>
background-color css
<style>
a { background-color: #05858D; }
a { background-color: rgb(5,133,141); }
div.DivClassName
{
background-color: #05858D;
}
.BgClassName
{
background-color: #05858D;
}
</style>
border-color css
<style>
span { border-color: #05858D; }
span { border-color: rgb(5,133,141); }
td.TdClassName
{
border-color: #05858D;
}
.TagClassName
{
border-color: #05858D;
}
</style>