Shades of Dark Cyan #05938B
Tints of Dark Cyan #05938B
RGB
CMYK
RGB Variations
Color information
#05938B (or 0x05938B) is known color: Dark Cyan. HEX triplet: 05, 93 and 8B. RGB value is (5,147,139). Sum of RGB (Red+Green+Blue) = 5+147+139=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #05938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05938B is #FA6C74. Grayscale: #676767. Windows color (decimal): -16411765 or 9147141. OLE color: 9147141.
HSL color Cylindrical-coordinate representation of color #05938B: hue angle of 176.62º degrees, saturation: 0.93, 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 #05938B is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 147 | 139 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.42 |
| HSL | 176.62º | 0.93% | 0.3% | - |
| HSV(B) | 176.62º | 0.97% | 0.58% | - |
| XYZ | 15.16 | 22.76 | 28.02 | - |
| YUV | 103.63 | 147.96 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 147 | 139 | 0.97 | 0 | 0.05 | 0.42 | 176.62 | 0.93 | 0.3 |
| Hex | 5 | 93 | 8B | 61 | 0 | 5 | 2A | B1 | 5D | 1E |
| Octal | 5 | 223 | 213 | 141 | 0 | 5 | 52 | 261 | 135 | 36 |
| Binary | 101 | 10010011 | 10001011 | 1100001 | 0 | 101 | 101010 | 10110001 | 1011101 | 11110 |
Color Harmonies of #05938B
Complementary color
Monochromatic Colors of #05938B
Black with #05938B
Text Example
Text Example
White with #05938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05938B; }
p { color: rgb(5,147,139); }
H1.HeaderClassName
{
color: #05938B;
}
.AnyTagClassName
{
color: #05938B;
}
</style>
background-color css
<style>
a { background-color: #05938B; }
a { background-color: rgb(5,147,139); }
div.DivClassName
{
background-color: #05938B;
}
.BgClassName
{
background-color: #05938B;
}
</style>
border-color css
<style>
span { border-color: #05938B; }
span { border-color: rgb(5,147,139); }
td.TdClassName
{
border-color: #05938B;
}
.TagClassName
{
border-color: #05938B;
}
</style>