Shades of Cobalt #055AAA
Tints of Cobalt #055AAA
RGB
CMYK
RGB Variations
Color information
#055AAA (or 0x055AAA) is known color: Cobalt. HEX triplet: 05, 5A and AA. RGB value is (5,90,170). Sum of RGB (Red+Green+Blue) = 5+90+170=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #055AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055AAA is #FAA555. Grayscale: #494949. Windows color (decimal): -16426326 or 11164165. OLE color: 11164165.
HSL color Cylindrical-coordinate representation of color #055AAA: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055AAA is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 90 | 170 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.33 |
| HSL | 209.09º | 0.94% | 0.34% | - |
| HSV(B) | 209.09º | 0.97% | 0.67% | - |
| XYZ | 10.97 | 10.25 | 39.43 | - |
| YUV | 73.71 | 182.34 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 170 | 0.97 | 0.47 | 0 | 0.33 | 209.09 | 0.94 | 0.34 |
| Hex | 5 | 5A | AA | 61 | 2F | 0 | 21 | D1 | 5E | 22 |
| Octal | 5 | 132 | 252 | 141 | 57 | 0 | 41 | 321 | 136 | 42 |
| Binary | 101 | 1011010 | 10101010 | 1100001 | 101111 | 0 | 100001 | 11010001 | 1011110 | 100010 |
Color Harmonies of #055AAA
Complementary color
Monochromatic Colors of #055AAA
Black with #055AAA
Text Example
Text Example
White with #055AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055AAA; }
p { color: rgb(5,90,170); }
H1.HeaderClassName
{
color: #055AAA;
}
.AnyTagClassName
{
color: #055AAA;
}
</style>
background-color css
<style>
a { background-color: #055AAA; }
a { background-color: rgb(5,90,170); }
div.DivClassName
{
background-color: #055AAA;
}
.BgClassName
{
background-color: #055AAA;
}
</style>
border-color css
<style>
span { border-color: #055AAA; }
span { border-color: rgb(5,90,170); }
td.TdClassName
{
border-color: #055AAA;
}
.TagClassName
{
border-color: #055AAA;
}
</style>