Shades of Cobalt #055DA8
Tints of Cobalt #055DA8
RGB
CMYK
RGB Variations
Color information
#055DA8 (or 0x055DA8) is known color: Cobalt. HEX triplet: 05, 5D and A8. RGB value is (5,93,168). Sum of RGB (Red+Green+Blue) = 5+93+168=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 168 (66.02% from 255 or 63.16% from 266); Max value from RGB is 168 - color contains mainly: blue. Hex color #055DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055DA8 is #FAA257. Grayscale: #4A4A4A. Windows color (decimal): -16425560 or 11033861. OLE color: 11033861.
HSL color Cylindrical-coordinate representation of color #055DA8: hue angle of 207.61º 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 #055DA8 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 5 | 93 | 168 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.34 |
| HSL | 207.61º | 0.94% | 0.34% | - |
| HSV(B) | 207.61º | 0.97% | 0.66% | - |
| XYZ | 11.04 | 10.69 | 38.53 | - |
| YUV | 75.24 | 180.35 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 168 | 0.97 | 0.45 | 0 | 0.34 | 207.61 | 0.94 | 0.34 |
| Hex | 5 | 5D | A8 | 61 | 2D | 0 | 22 | D0 | 5E | 22 |
| Octal | 5 | 135 | 250 | 141 | 55 | 0 | 42 | 320 | 136 | 42 |
| Binary | 101 | 1011101 | 10101000 | 1100001 | 101101 | 0 | 100010 | 11010000 | 1011110 | 100010 |
Color Harmonies of #055DA8
Complementary color
Monochromatic Colors of #055DA8
Black with #055DA8
Text Example
Text Example
White with #055DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055DA8; }
p { color: rgb(5,93,168); }
H1.HeaderClassName
{
color: #055DA8;
}
.AnyTagClassName
{
color: #055DA8;
}
</style>
background-color css
<style>
a { background-color: #055DA8; }
a { background-color: rgb(5,93,168); }
div.DivClassName
{
background-color: #055DA8;
}
.BgClassName
{
background-color: #055DA8;
}
</style>
border-color css
<style>
span { border-color: #055DA8; }
span { border-color: rgb(5,93,168); }
td.TdClassName
{
border-color: #055DA8;
}
.TagClassName
{
border-color: #055DA8;
}
</style>