Shades of Cobalt #055AA8
Tints of Cobalt #055AA8
RGB
CMYK
RGB Variations
Color information
#055AA8 (or 0x055AA8) is known color: Cobalt. HEX triplet: 05, 5A and A8. RGB value is (5,90,168). Sum of RGB (Red+Green+Blue) = 5+90+168=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #055AA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055AA8 is #FAA557. Grayscale: #494949. Windows color (decimal): -16426328 or 11033093. OLE color: 11033093.
HSL color Cylindrical-coordinate representation of color #055AA8: hue angle of 208.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055AA8 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 90 | 168 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.34 |
| HSL | 208.71º | 0.94% | 0.34% | - |
| HSV(B) | 208.71º | 0.97% | 0.66% | - |
| XYZ | 10.79 | 10.17 | 38.44 | - |
| YUV | 73.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 168 | 0.97 | 0.46 | 0 | 0.34 | 208.71 | 0.94 | 0.34 |
| Hex | 5 | 5A | A8 | 61 | 2E | 0 | 22 | D1 | 5E | 22 |
| Octal | 5 | 132 | 250 | 141 | 56 | 0 | 42 | 321 | 136 | 42 |
| Binary | 101 | 1011010 | 10101000 | 1100001 | 101110 | 0 | 100010 | 11010001 | 1011110 | 100010 |
Color Harmonies of #055AA8
Complementary color
Monochromatic Colors of #055AA8
Black with #055AA8
Text Example
Text Example
White with #055AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055AA8; }
p { color: rgb(5,90,168); }
H1.HeaderClassName
{
color: #055AA8;
}
.AnyTagClassName
{
color: #055AA8;
}
</style>
background-color css
<style>
a { background-color: #055AA8; }
a { background-color: rgb(5,90,168); }
div.DivClassName
{
background-color: #055AA8;
}
.BgClassName
{
background-color: #055AA8;
}
</style>
border-color css
<style>
span { border-color: #055AA8; }
span { border-color: rgb(5,90,168); }
td.TdClassName
{
border-color: #055AA8;
}
.TagClassName
{
border-color: #055AA8;
}
</style>