Shades of Dark Cyan #05838C
Tints of Dark Cyan #05838C
RGB
CMYK
RGB Variations
Color information
#05838C (or 0x05838C) is known color: Dark Cyan. HEX triplet: 05, 83 and 8C. RGB value is (5,131,140). Sum of RGB (Red+Green+Blue) = 5+131+140=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #05838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05838C is #FA7C73. Grayscale: #5E5E5E. Windows color (decimal): -16415860 or 9208581. OLE color: 9208581.
HSL color Cylindrical-coordinate representation of color #05838C: hue angle of 184º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05838C is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 131 | 140 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.45 |
| HSL | 184º | 0.93% | 0.28% | - |
| HSV(B) | 184º | 0.96% | 0.55% | - |
| XYZ | 12.91 | 18.16 | 27.64 | - |
| YUV | 94.35 | 153.76 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 140 | 0.96 | 0.06 | 0 | 0.45 | 184 | 0.93 | 0.28 |
| Hex | 5 | 83 | 8C | 60 | 6 | 0 | 2D | B8 | 5D | 1C |
| Octal | 5 | 203 | 214 | 140 | 6 | 0 | 55 | 270 | 135 | 34 |
| Binary | 101 | 10000011 | 10001100 | 1100000 | 110 | 0 | 101101 | 10111000 | 1011101 | 11100 |
Color Harmonies of #05838C
Complementary color
Monochromatic Colors of #05838C
Black with #05838C
Text Example
Text Example
White with #05838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05838C; }
p { color: rgb(5,131,140); }
H1.HeaderClassName
{
color: #05838C;
}
.AnyTagClassName
{
color: #05838C;
}
</style>
background-color css
<style>
a { background-color: #05838C; }
a { background-color: rgb(5,131,140); }
div.DivClassName
{
background-color: #05838C;
}
.BgClassName
{
background-color: #05838C;
}
</style>
border-color css
<style>
span { border-color: #05838C; }
span { border-color: rgb(5,131,140); }
td.TdClassName
{
border-color: #05838C;
}
.TagClassName
{
border-color: #05838C;
}
</style>