Shades of Cobalt #055D9C
Tints of Cobalt #055D9C
RGB
CMYK
RGB Variations
Color information
#055D9C (or 0x055D9C) is known color: Cobalt. HEX triplet: 05, 5D and 9C. RGB value is (5,93,156). Sum of RGB (Red+Green+Blue) = 5+93+156=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 156 (61.33% from 255 or 61.42% from 254); Max value from RGB is 156 - color contains mainly: blue. Hex color #055D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055D9C is #FAA263. Grayscale: #494949. Windows color (decimal): -16425572 or 10247429. OLE color: 10247429.
HSL color Cylindrical-coordinate representation of color #055D9C: hue angle of 205.03º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055D9C is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 93 | 156 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.39 |
| HSL | 205.03º | 0.94% | 0.32% | - |
| HSV(B) | 205.03º | 0.97% | 0.61% | - |
| XYZ | 9.98 | 10.26 | 32.91 | - |
| YUV | 73.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 93 | 156 | 0.97 | 0.40 | 0 | 0.39 | 205.03 | 0.94 | 0.32 |
| Hex | 5 | 5D | 9C | 61 | 28 | 0 | 27 | CD | 5E | 20 |
| Octal | 5 | 135 | 234 | 141 | 50 | 0 | 47 | 315 | 136 | 40 |
| Binary | 101 | 1011101 | 10011100 | 1100001 | 101000 | 0 | 100111 | 11001101 | 1011110 | 100000 |
Color Harmonies of #055D9C
Complementary color
Monochromatic Colors of #055D9C
Black with #055D9C
Text Example
Text Example
White with #055D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055D9C; }
p { color: rgb(5,93,156); }
H1.HeaderClassName
{
color: #055D9C;
}
.AnyTagClassName
{
color: #055D9C;
}
</style>
background-color css
<style>
a { background-color: #055D9C; }
a { background-color: rgb(5,93,156); }
div.DivClassName
{
background-color: #055D9C;
}
.BgClassName
{
background-color: #055D9C;
}
</style>
border-color css
<style>
span { border-color: #055D9C; }
span { border-color: rgb(5,93,156); }
td.TdClassName
{
border-color: #055D9C;
}
.TagClassName
{
border-color: #055D9C;
}
</style>