Shades of Cobalt #0550AD
Tints of Cobalt #0550AD
RGB
CMYK
RGB Variations
Color information
#0550AD (or 0x0550AD) is known color: Cobalt. HEX triplet: 05, 50 and AD. RGB value is (5,80,173). Sum of RGB (Red+Green+Blue) = 5+80+173=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #0550AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0550AD is #FAAF52. Grayscale: #434343. Windows color (decimal): -16428883 or 11358213. OLE color: 11358213.
HSL color Cylindrical-coordinate representation of color #0550AD: hue angle of 213.21º 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 #0550AD is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 80 | 173 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.32 |
| HSL | 213.21º | 0.94% | 0.35% | - |
| HSV(B) | 213.21º | 0.97% | 0.68% | - |
| XYZ | 10.47 | 8.79 | 40.68 | - |
| YUV | 68.18 | 187.15 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 173 | 0.97 | 0.54 | 0 | 0.32 | 213.21 | 0.94 | 0.35 |
| Hex | 5 | 50 | AD | 61 | 36 | 0 | 20 | D5 | 5E | 23 |
| Octal | 5 | 120 | 255 | 141 | 66 | 0 | 40 | 325 | 136 | 43 |
| Binary | 101 | 1010000 | 10101101 | 1100001 | 110110 | 0 | 100000 | 11010101 | 1011110 | 100011 |
Color Harmonies of #0550AD
Complementary color
Monochromatic Colors of #0550AD
Black with #0550AD
Text Example
Text Example
White with #0550AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550AD; }
p { color: rgb(5,80,173); }
H1.HeaderClassName
{
color: #0550AD;
}
.AnyTagClassName
{
color: #0550AD;
}
</style>
background-color css
<style>
a { background-color: #0550AD; }
a { background-color: rgb(5,80,173); }
div.DivClassName
{
background-color: #0550AD;
}
.BgClassName
{
background-color: #0550AD;
}
</style>
border-color css
<style>
span { border-color: #0550AD; }
span { border-color: rgb(5,80,173); }
td.TdClassName
{
border-color: #0550AD;
}
.TagClassName
{
border-color: #0550AD;
}
</style>