Shades of Cobalt #0550AC
Tints of Cobalt #0550AC
RGB
CMYK
RGB Variations
Color information
#0550AC (or 0x0550AC) is known color: Cobalt. HEX triplet: 05, 50 and AC. RGB value is (5,80,172). Sum of RGB (Red+Green+Blue) = 5+80+172=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #0550AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0550AC is #FAAF53. Grayscale: #434343. Windows color (decimal): -16428884 or 11292677. OLE color: 11292677.
HSL color Cylindrical-coordinate representation of color #0550AC: hue angle of 213.05º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550AC is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 80 | 172 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.33 |
| HSL | 213.05º | 0.94% | 0.35% | - |
| HSV(B) | 213.05º | 0.97% | 0.67% | - |
| XYZ | 10.38 | 8.75 | 40.17 | - |
| YUV | 68.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 172 | 0.97 | 0.53 | 0 | 0.33 | 213.05 | 0.94 | 0.35 |
| Hex | 5 | 50 | AC | 61 | 35 | 0 | 21 | D5 | 5E | 23 |
| Octal | 5 | 120 | 254 | 141 | 65 | 0 | 41 | 325 | 136 | 43 |
| Binary | 101 | 1010000 | 10101100 | 1100001 | 110101 | 0 | 100001 | 11010101 | 1011110 | 100011 |
Color Harmonies of #0550AC
Complementary color
Monochromatic Colors of #0550AC
Black with #0550AC
Text Example
Text Example
White with #0550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550AC; }
p { color: rgb(5,80,172); }
H1.HeaderClassName
{
color: #0550AC;
}
.AnyTagClassName
{
color: #0550AC;
}
</style>
background-color css
<style>
a { background-color: #0550AC; }
a { background-color: rgb(5,80,172); }
div.DivClassName
{
background-color: #0550AC;
}
.BgClassName
{
background-color: #0550AC;
}
</style>
border-color css
<style>
span { border-color: #0550AC; }
span { border-color: rgb(5,80,172); }
td.TdClassName
{
border-color: #0550AC;
}
.TagClassName
{
border-color: #0550AC;
}
</style>