Shades of Cerulean #0586AC
Tints of Cerulean #0586AC
RGB
CMYK
RGB Variations
Color information
#0586AC (or 0x0586AC) is known color: Cerulean. HEX triplet: 05, 86 and AC. RGB value is (5,134,172). Sum of RGB (Red+Green+Blue) = 5+134+172=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0586AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0586AC is #FA7953. Grayscale: #636363. Windows color (decimal): -16415060 or 11306501. OLE color: 11306501.
HSL color Cylindrical-coordinate representation of color #0586AC: hue angle of 193.65º 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 #0586AC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 134 | 172 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.33 |
| HSL | 193.65º | 0.94% | 0.35% | - |
| HSV(B) | 193.65º | 0.97% | 0.67% | - |
| XYZ | 16.03 | 20.06 | 42.06 | - |
| YUV | 99.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 134 | 172 | 0.97 | 0.22 | 0 | 0.33 | 193.65 | 0.94 | 0.35 |
| Hex | 5 | 86 | AC | 61 | 16 | 0 | 21 | C2 | 5E | 23 |
| Octal | 5 | 206 | 254 | 141 | 26 | 0 | 41 | 302 | 136 | 43 |
| Binary | 101 | 10000110 | 10101100 | 1100001 | 10110 | 0 | 100001 | 11000010 | 1011110 | 100011 |
Color Harmonies of #0586AC
Complementary color
Monochromatic Colors of #0586AC
Black with #0586AC
Text Example
Text Example
White with #0586AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0586AC; }
p { color: rgb(5,134,172); }
H1.HeaderClassName
{
color: #0586AC;
}
.AnyTagClassName
{
color: #0586AC;
}
</style>
background-color css
<style>
a { background-color: #0586AC; }
a { background-color: rgb(5,134,172); }
div.DivClassName
{
background-color: #0586AC;
}
.BgClassName
{
background-color: #0586AC;
}
</style>
border-color css
<style>
span { border-color: #0586AC; }
span { border-color: rgb(5,134,172); }
td.TdClassName
{
border-color: #0586AC;
}
.TagClassName
{
border-color: #0586AC;
}
</style>