Shades of Cobalt #0553AC
Tints of Cobalt #0553AC
RGB
CMYK
RGB Variations
Color information
#0553AC (or 0x0553AC) is known color: Cobalt. HEX triplet: 05, 53 and AC. RGB value is (5,83,172). Sum of RGB (Red+Green+Blue) = 5+83+172=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0553AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0553AC is #FAAC53. Grayscale: #454545. Windows color (decimal): -16428116 or 11293445. OLE color: 11293445.
HSL color Cylindrical-coordinate representation of color #0553AC: hue angle of 211.98º 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 #0553AC is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 83 | 172 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.33 |
| HSL | 211.98º | 0.94% | 0.35% | - |
| HSV(B) | 211.98º | 0.97% | 0.67% | - |
| XYZ | 10.6 | 9.2 | 40.25 | - |
| YUV | 69.82 | 185.66 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 172 | 0.97 | 0.52 | 0 | 0.33 | 211.98 | 0.94 | 0.35 |
| Hex | 5 | 53 | AC | 61 | 34 | 0 | 21 | D4 | 5E | 23 |
| Octal | 5 | 123 | 254 | 141 | 64 | 0 | 41 | 324 | 136 | 43 |
| Binary | 101 | 1010011 | 10101100 | 1100001 | 110100 | 0 | 100001 | 11010100 | 1011110 | 100011 |
Color Harmonies of #0553AC
Complementary color
Monochromatic Colors of #0553AC
Black with #0553AC
Text Example
Text Example
White with #0553AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553AC; }
p { color: rgb(5,83,172); }
H1.HeaderClassName
{
color: #0553AC;
}
.AnyTagClassName
{
color: #0553AC;
}
</style>
background-color css
<style>
a { background-color: #0553AC; }
a { background-color: rgb(5,83,172); }
div.DivClassName
{
background-color: #0553AC;
}
.BgClassName
{
background-color: #0553AC;
}
</style>
border-color css
<style>
span { border-color: #0553AC; }
span { border-color: rgb(5,83,172); }
td.TdClassName
{
border-color: #0553AC;
}
.TagClassName
{
border-color: #0553AC;
}
</style>