Shades of Dark Cyan #05858F
Tints of Dark Cyan #05858F
RGB
CMYK
RGB Variations
Color information
#05858F (or 0x05858F) is known color: Dark Cyan. HEX triplet: 05, 85 and 8F. RGB value is (5,133,143). Sum of RGB (Red+Green+Blue) = 5+133+143=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #05858F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05858F is #FA7A70. Grayscale: #5F5F5F. Windows color (decimal): -16415345 or 9405701. OLE color: 9405701.
HSL color Cylindrical-coordinate representation of color #05858F: hue angle of 184.35º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05858F is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 133 | 143 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.44 |
| HSL | 184.35º | 0.93% | 0.29% | - |
| HSV(B) | 184.35º | 0.97% | 0.56% | - |
| XYZ | 13.41 | 18.79 | 28.91 | - |
| YUV | 95.87 | 154.59 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 133 | 143 | 0.97 | 0.07 | 0 | 0.44 | 184.35 | 0.93 | 0.29 |
| Hex | 5 | 85 | 8F | 61 | 7 | 0 | 2C | B8 | 5D | 1D |
| Octal | 5 | 205 | 217 | 141 | 7 | 0 | 54 | 270 | 135 | 35 |
| Binary | 101 | 10000101 | 10001111 | 1100001 | 111 | 0 | 101100 | 10111000 | 1011101 | 11101 |
Color Harmonies of #05858F
Complementary color
Monochromatic Colors of #05858F
Black with #05858F
Text Example
Text Example
White with #05858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05858F; }
p { color: rgb(5,133,143); }
H1.HeaderClassName
{
color: #05858F;
}
.AnyTagClassName
{
color: #05858F;
}
</style>
background-color css
<style>
a { background-color: #05858F; }
a { background-color: rgb(5,133,143); }
div.DivClassName
{
background-color: #05858F;
}
.BgClassName
{
background-color: #05858F;
}
</style>
border-color css
<style>
span { border-color: #05858F; }
span { border-color: rgb(5,133,143); }
td.TdClassName
{
border-color: #05858F;
}
.TagClassName
{
border-color: #05858F;
}
</style>