Shades of Cobalt #0553A8
Tints of Cobalt #0553A8
RGB
CMYK
RGB Variations
Color information
#0553A8 (or 0x0553A8) is known color: Cobalt. HEX triplet: 05, 53 and A8. RGB value is (5,83,168). Sum of RGB (Red+Green+Blue) = 5+83+168=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #0553A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0553A8 is #FAAC57. Grayscale: #444444. Windows color (decimal): -16428120 or 11031301. OLE color: 11031301.
HSL color Cylindrical-coordinate representation of color #0553A8: hue angle of 211.29º 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 #0553A8 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 83 | 168 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.34 |
| HSL | 211.29º | 0.94% | 0.34% | - |
| HSV(B) | 211.29º | 0.97% | 0.66% | - |
| XYZ | 10.22 | 9.05 | 38.25 | - |
| YUV | 69.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 168 | 0.97 | 0.51 | 0 | 0.34 | 211.29 | 0.94 | 0.34 |
| Hex | 5 | 53 | A8 | 61 | 33 | 0 | 22 | D3 | 5E | 22 |
| Octal | 5 | 123 | 250 | 141 | 63 | 0 | 42 | 323 | 136 | 42 |
| Binary | 101 | 1010011 | 10101000 | 1100001 | 110011 | 0 | 100010 | 11010011 | 1011110 | 100010 |
Color Harmonies of #0553A8
Complementary color
Monochromatic Colors of #0553A8
Black with #0553A8
Text Example
Text Example
White with #0553A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0553A8; }
p { color: rgb(5,83,168); }
H1.HeaderClassName
{
color: #0553A8;
}
.AnyTagClassName
{
color: #0553A8;
}
</style>
background-color css
<style>
a { background-color: #0553A8; }
a { background-color: rgb(5,83,168); }
div.DivClassName
{
background-color: #0553A8;
}
.BgClassName
{
background-color: #0553A8;
}
</style>
border-color css
<style>
span { border-color: #0553A8; }
span { border-color: rgb(5,83,168); }
td.TdClassName
{
border-color: #0553A8;
}
.TagClassName
{
border-color: #0553A8;
}
</style>