Shades of Dark Cyan #05958C
Tints of Dark Cyan #05958C
RGB
CMYK
RGB Variations
Color information
#05958C (or 0x05958C) is known color: Dark Cyan. HEX triplet: 05, 95 and 8C. RGB value is (5,149,140). Sum of RGB (Red+Green+Blue) = 5+149+140=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #05958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958C is #FA6A73. Grayscale: #686868. Windows color (decimal): -16411252 or 9213189. OLE color: 9213189.
HSL color Cylindrical-coordinate representation of color #05958C: hue angle of 176.25º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05958C is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 140 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.42 |
| HSL | 176.25º | 0.94% | 0.3% | - |
| HSV(B) | 176.25º | 0.97% | 0.58% | - |
| XYZ | 15.54 | 23.42 | 28.51 | - |
| YUV | 104.92 | 147.79 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 140 | 0.97 | 0 | 0.06 | 0.42 | 176.25 | 0.94 | 0.3 |
| Hex | 5 | 95 | 8C | 61 | 0 | 6 | 2A | B0 | 5E | 1E |
| Octal | 5 | 225 | 214 | 141 | 0 | 6 | 52 | 260 | 136 | 36 |
| Binary | 101 | 10010101 | 10001100 | 1100001 | 0 | 110 | 101010 | 10110000 | 1011110 | 11110 |
Color Harmonies of #05958C
Complementary color
Monochromatic Colors of #05958C
Black with #05958C
Text Example
Text Example
White with #05958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05958C; }
p { color: rgb(5,149,140); }
H1.HeaderClassName
{
color: #05958C;
}
.AnyTagClassName
{
color: #05958C;
}
</style>
background-color css
<style>
a { background-color: #05958C; }
a { background-color: rgb(5,149,140); }
div.DivClassName
{
background-color: #05958C;
}
.BgClassName
{
background-color: #05958C;
}
</style>
border-color css
<style>
span { border-color: #05958C; }
span { border-color: rgb(5,149,140); }
td.TdClassName
{
border-color: #05958C;
}
.TagClassName
{
border-color: #05958C;
}
</style>