Shades of Dark Cyan #05838B
Tints of Dark Cyan #05838B
RGB
CMYK
RGB Variations
Color information
#05838B (or 0x05838B) is known color: Dark Cyan. HEX triplet: 05, 83 and 8B. RGB value is (5,131,139). Sum of RGB (Red+Green+Blue) = 5+131+139=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #05838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05838B is #FA7C74. Grayscale: #5E5E5E. Windows color (decimal): -16415861 or 9143045. OLE color: 9143045.
HSL color Cylindrical-coordinate representation of color #05838B: hue angle of 183.58º 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 #05838B is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 131 | 139 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.45 |
| HSL | 183.58º | 0.93% | 0.28% | - |
| HSV(B) | 183.58º | 0.96% | 0.55% | - |
| XYZ | 12.84 | 18.13 | 27.25 | - |
| YUV | 94.24 | 153.26 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 139 | 0.96 | 0.06 | 0 | 0.45 | 183.58 | 0.93 | 0.28 |
| Hex | 5 | 83 | 8B | 60 | 6 | 0 | 2D | B8 | 5D | 1C |
| Octal | 5 | 203 | 213 | 140 | 6 | 0 | 55 | 270 | 135 | 34 |
| Binary | 101 | 10000011 | 10001011 | 1100000 | 110 | 0 | 101101 | 10111000 | 1011101 | 11100 |
Color Harmonies of #05838B
Complementary color
Monochromatic Colors of #05838B
Black with #05838B
Text Example
Text Example
White with #05838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05838B; }
p { color: rgb(5,131,139); }
H1.HeaderClassName
{
color: #05838B;
}
.AnyTagClassName
{
color: #05838B;
}
</style>
background-color css
<style>
a { background-color: #05838B; }
a { background-color: rgb(5,131,139); }
div.DivClassName
{
background-color: #05838B;
}
.BgClassName
{
background-color: #05838B;
}
</style>
border-color css
<style>
span { border-color: #05838B; }
span { border-color: rgb(5,131,139); }
td.TdClassName
{
border-color: #05838B;
}
.TagClassName
{
border-color: #05838B;
}
</style>