Shades of Cobalt #055BA3
Tints of Cobalt #055BA3
RGB
CMYK
RGB Variations
Color information
#055BA3 (or 0x055BA3) is known color: Cobalt. HEX triplet: 05, 5B and A3. RGB value is (5,91,163). Sum of RGB (Red+Green+Blue) = 5+91+163=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #055BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BA3 is #FAA45C. Grayscale: #494949. Windows color (decimal): -16426077 or 10705669. OLE color: 10705669.
HSL color Cylindrical-coordinate representation of color #055BA3: hue angle of 207.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055BA3 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 91 | 163 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.36 |
| HSL | 207.34º | 0.94% | 0.33% | - |
| HSV(B) | 207.34º | 0.97% | 0.64% | - |
| XYZ | 10.41 | 10.16 | 36.06 | - |
| YUV | 73.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 163 | 0.97 | 0.44 | 0 | 0.36 | 207.34 | 0.94 | 0.33 |
| Hex | 5 | 5B | A3 | 61 | 2C | 0 | 24 | CF | 5E | 21 |
| Octal | 5 | 133 | 243 | 141 | 54 | 0 | 44 | 317 | 136 | 41 |
| Binary | 101 | 1011011 | 10100011 | 1100001 | 101100 | 0 | 100100 | 11001111 | 1011110 | 100001 |
Color Harmonies of #055BA3
Complementary color
Monochromatic Colors of #055BA3
Black with #055BA3
Text Example
Text Example
White with #055BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BA3; }
p { color: rgb(5,91,163); }
H1.HeaderClassName
{
color: #055BA3;
}
.AnyTagClassName
{
color: #055BA3;
}
</style>
background-color css
<style>
a { background-color: #055BA3; }
a { background-color: rgb(5,91,163); }
div.DivClassName
{
background-color: #055BA3;
}
.BgClassName
{
background-color: #055BA3;
}
</style>
border-color css
<style>
span { border-color: #055BA3; }
span { border-color: rgb(5,91,163); }
td.TdClassName
{
border-color: #055BA3;
}
.TagClassName
{
border-color: #055BA3;
}
</style>