Shades of Cobalt #055AAC
Tints of Cobalt #055AAC
RGB
CMYK
RGB Variations
Color information
#055AAC (or 0x055AAC) is known color: Cobalt. HEX triplet: 05, 5A and AC. RGB value is (5,90,172). Sum of RGB (Red+Green+Blue) = 5+90+172=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #055AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055AAC is #FAA553. Grayscale: #494949. Windows color (decimal): -16426324 or 11295237. OLE color: 11295237.
HSL color Cylindrical-coordinate representation of color #055AAC: hue angle of 209.46º 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 #055AAC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 90 | 172 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.33 |
| HSL | 209.46º | 0.94% | 0.35% | - |
| HSV(B) | 209.46º | 0.97% | 0.67% | - |
| XYZ | 11.17 | 10.32 | 40.43 | - |
| YUV | 73.93 | 183.34 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 172 | 0.97 | 0.48 | 0 | 0.33 | 209.46 | 0.94 | 0.35 |
| Hex | 5 | 5A | AC | 61 | 30 | 0 | 21 | D1 | 5E | 23 |
| Octal | 5 | 132 | 254 | 141 | 60 | 0 | 41 | 321 | 136 | 43 |
| Binary | 101 | 1011010 | 10101100 | 1100001 | 110000 | 0 | 100001 | 11010001 | 1011110 | 100011 |
Color Harmonies of #055AAC
Complementary color
Monochromatic Colors of #055AAC
Black with #055AAC
Text Example
Text Example
White with #055AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055AAC; }
p { color: rgb(5,90,172); }
H1.HeaderClassName
{
color: #055AAC;
}
.AnyTagClassName
{
color: #055AAC;
}
</style>
background-color css
<style>
a { background-color: #055AAC; }
a { background-color: rgb(5,90,172); }
div.DivClassName
{
background-color: #055AAC;
}
.BgClassName
{
background-color: #055AAC;
}
</style>
border-color css
<style>
span { border-color: #055AAC; }
span { border-color: rgb(5,90,172); }
td.TdClassName
{
border-color: #055AAC;
}
.TagClassName
{
border-color: #055AAC;
}
</style>