Shades of Cobalt #0558AA
Tints of Cobalt #0558AA
RGB
CMYK
RGB Variations
Color information
#0558AA (or 0x0558AA) is known color: Cobalt. HEX triplet: 05, 58 and AA. RGB value is (5,88,170). Sum of RGB (Red+Green+Blue) = 5+88+170=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #0558AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0558AA is #FAA755. Grayscale: #484848. Windows color (decimal): -16426838 or 11163653. OLE color: 11163653.
HSL color Cylindrical-coordinate representation of color #0558AA: hue angle of 209.82º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558AA is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 88 | 170 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.33 |
| HSL | 209.82º | 0.94% | 0.34% | - |
| HSV(B) | 209.82º | 0.97% | 0.67% | - |
| XYZ | 10.81 | 9.91 | 39.37 | - |
| YUV | 72.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 170 | 0.97 | 0.48 | 0 | 0.33 | 209.82 | 0.94 | 0.34 |
| Hex | 5 | 58 | AA | 61 | 30 | 0 | 21 | D2 | 5E | 22 |
| Octal | 5 | 130 | 252 | 141 | 60 | 0 | 41 | 322 | 136 | 42 |
| Binary | 101 | 1011000 | 10101010 | 1100001 | 110000 | 0 | 100001 | 11010010 | 1011110 | 100010 |
Color Harmonies of #0558AA
Complementary color
Monochromatic Colors of #0558AA
Black with #0558AA
Text Example
Text Example
White with #0558AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0558AA; }
p { color: rgb(5,88,170); }
H1.HeaderClassName
{
color: #0558AA;
}
.AnyTagClassName
{
color: #0558AA;
}
</style>
background-color css
<style>
a { background-color: #0558AA; }
a { background-color: rgb(5,88,170); }
div.DivClassName
{
background-color: #0558AA;
}
.BgClassName
{
background-color: #0558AA;
}
</style>
border-color css
<style>
span { border-color: #0558AA; }
span { border-color: rgb(5,88,170); }
td.TdClassName
{
border-color: #0558AA;
}
.TagClassName
{
border-color: #0558AA;
}
</style>