Shades of Dark Cyan #05838D
Tints of Dark Cyan #05838D
RGB
CMYK
RGB Variations
Color information
#05838D (or 0x05838D) is known color: Dark Cyan. HEX triplet: 05, 83 and 8D. RGB value is (5,131,141). Sum of RGB (Red+Green+Blue) = 5+131+141=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #05838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05838D is #FA7C72. Grayscale: #5E5E5E. Windows color (decimal): -16415859 or 9274117. OLE color: 9274117.
HSL color Cylindrical-coordinate representation of color #05838D: hue angle of 184.41º 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 #05838D is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 131 | 141 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.45 |
| HSL | 184.41º | 0.93% | 0.29% | - |
| HSV(B) | 184.41º | 0.96% | 0.55% | - |
| XYZ | 12.99 | 18.19 | 28.03 | - |
| YUV | 94.47 | 154.26 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 141 | 0.96 | 0.07 | 0 | 0.45 | 184.41 | 0.93 | 0.29 |
| Hex | 5 | 83 | 8D | 60 | 7 | 0 | 2D | B8 | 5D | 1D |
| Octal | 5 | 203 | 215 | 140 | 7 | 0 | 55 | 270 | 135 | 35 |
| Binary | 101 | 10000011 | 10001101 | 1100000 | 111 | 0 | 101101 | 10111000 | 1011101 | 11101 |
Color Harmonies of #05838D
Complementary color
Monochromatic Colors of #05838D
Black with #05838D
Text Example
Text Example
White with #05838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05838D; }
p { color: rgb(5,131,141); }
H1.HeaderClassName
{
color: #05838D;
}
.AnyTagClassName
{
color: #05838D;
}
</style>
background-color css
<style>
a { background-color: #05838D; }
a { background-color: rgb(5,131,141); }
div.DivClassName
{
background-color: #05838D;
}
.BgClassName
{
background-color: #05838D;
}
</style>
border-color css
<style>
span { border-color: #05838D; }
span { border-color: rgb(5,131,141); }
td.TdClassName
{
border-color: #05838D;
}
.TagClassName
{
border-color: #05838D;
}
</style>