Shades of Cobalt #055BA8
Tints of Cobalt #055BA8
RGB
CMYK
RGB Variations
Color information
#055BA8 (or 0x055BA8) is known color: Cobalt. HEX triplet: 05, 5B and A8. RGB value is (5,91,168). Sum of RGB (Red+Green+Blue) = 5+91+168=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 168 (66.02% from 255 or 63.64% from 264); Max value from RGB is 168 - color contains mainly: blue. Hex color #055BA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BA8 is #FAA457. Grayscale: #494949. Windows color (decimal): -16426072 or 11033349. OLE color: 11033349.
HSL color Cylindrical-coordinate representation of color #055BA8: hue angle of 208.34º 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 #055BA8 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 91 | 168 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.34 |
| HSL | 208.34º | 0.94% | 0.34% | - |
| HSV(B) | 208.34º | 0.97% | 0.66% | - |
| XYZ | 10.87 | 10.34 | 38.47 | - |
| YUV | 74.06 | 181.01 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 168 | 0.97 | 0.46 | 0 | 0.34 | 208.34 | 0.94 | 0.34 |
| Hex | 5 | 5B | A8 | 61 | 2E | 0 | 22 | D0 | 5E | 22 |
| Octal | 5 | 133 | 250 | 141 | 56 | 0 | 42 | 320 | 136 | 42 |
| Binary | 101 | 1011011 | 10101000 | 1100001 | 101110 | 0 | 100010 | 11010000 | 1011110 | 100010 |
Color Harmonies of #055BA8
Complementary color
Monochromatic Colors of #055BA8
Black with #055BA8
Text Example
Text Example
White with #055BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BA8; }
p { color: rgb(5,91,168); }
H1.HeaderClassName
{
color: #055BA8;
}
.AnyTagClassName
{
color: #055BA8;
}
</style>
background-color css
<style>
a { background-color: #055BA8; }
a { background-color: rgb(5,91,168); }
div.DivClassName
{
background-color: #055BA8;
}
.BgClassName
{
background-color: #055BA8;
}
</style>
border-color css
<style>
span { border-color: #055BA8; }
span { border-color: rgb(5,91,168); }
td.TdClassName
{
border-color: #055BA8;
}
.TagClassName
{
border-color: #055BA8;
}
</style>