Shades of Cobalt #0558AD
Tints of Cobalt #0558AD
RGB
CMYK
RGB Variations
Color information
#0558AD (or 0x0558AD) is known color: Cobalt. HEX triplet: 05, 58 and AD. RGB value is (5,88,173). Sum of RGB (Red+Green+Blue) = 5+88+173=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #0558AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0558AD is #FAA752. Grayscale: #484848. Windows color (decimal): -16426835 or 11360261. OLE color: 11360261.
HSL color Cylindrical-coordinate representation of color #0558AD: hue angle of 210.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558AD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 88 | 173 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.32 |
| HSL | 210.36º | 0.94% | 0.35% | - |
| HSV(B) | 210.36º | 0.97% | 0.68% | - |
| XYZ | 11.1 | 10.03 | 40.89 | - |
| YUV | 72.87 | 184.5 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 173 | 0.97 | 0.49 | 0 | 0.32 | 210.36 | 0.94 | 0.35 |
| Hex | 5 | 58 | AD | 61 | 31 | 0 | 20 | D2 | 5E | 23 |
| Octal | 5 | 130 | 255 | 141 | 61 | 0 | 40 | 322 | 136 | 43 |
| Binary | 101 | 1011000 | 10101101 | 1100001 | 110001 | 0 | 100000 | 11010010 | 1011110 | 100011 |
Color Harmonies of #0558AD
Complementary color
Monochromatic Colors of #0558AD
Black with #0558AD
Text Example
Text Example
White with #0558AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0558AD; }
p { color: rgb(5,88,173); }
H1.HeaderClassName
{
color: #0558AD;
}
.AnyTagClassName
{
color: #0558AD;
}
</style>
background-color css
<style>
a { background-color: #0558AD; }
a { background-color: rgb(5,88,173); }
div.DivClassName
{
background-color: #0558AD;
}
.BgClassName
{
background-color: #0558AD;
}
</style>
border-color css
<style>
span { border-color: #0558AD; }
span { border-color: rgb(5,88,173); }
td.TdClassName
{
border-color: #0558AD;
}
.TagClassName
{
border-color: #0558AD;
}
</style>