Shades of Cobalt #055BA5
Tints of Cobalt #055BA5
RGB
CMYK
RGB Variations
Color information
#055BA5 (or 0x055BA5) is known color: Cobalt. HEX triplet: 05, 5B and A5. RGB value is (5,91,165). Sum of RGB (Red+Green+Blue) = 5+91+165=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #055BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BA5 is #FAA45A. Grayscale: #494949. Windows color (decimal): -16426075 or 10836741. OLE color: 10836741.
HSL color Cylindrical-coordinate representation of color #055BA5: hue angle of 207.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055BA5 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 5 | 91 | 165 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.35 |
| HSL | 207.75º | 0.94% | 0.33% | - |
| HSV(B) | 207.75º | 0.97% | 0.65% | - |
| XYZ | 10.6 | 10.23 | 37.01 | - |
| YUV | 73.72 | 179.51 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 165 | 0.97 | 0.45 | 0 | 0.35 | 207.75 | 0.94 | 0.33 |
| Hex | 5 | 5B | A5 | 61 | 2D | 0 | 23 | D0 | 5E | 21 |
| Octal | 5 | 133 | 245 | 141 | 55 | 0 | 43 | 320 | 136 | 41 |
| Binary | 101 | 1011011 | 10100101 | 1100001 | 101101 | 0 | 100011 | 11010000 | 1011110 | 100001 |
Color Harmonies of #055BA5
Complementary color
Monochromatic Colors of #055BA5
Black with #055BA5
Text Example
Text Example
White with #055BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055BA5; }
p { color: rgb(5,91,165); }
H1.HeaderClassName
{
color: #055BA5;
}
.AnyTagClassName
{
color: #055BA5;
}
</style>
background-color css
<style>
a { background-color: #055BA5; }
a { background-color: rgb(5,91,165); }
div.DivClassName
{
background-color: #055BA5;
}
.BgClassName
{
background-color: #055BA5;
}
</style>
border-color css
<style>
span { border-color: #055BA5; }
span { border-color: rgb(5,91,165); }
td.TdClassName
{
border-color: #055BA5;
}
.TagClassName
{
border-color: #055BA5;
}
</style>