Shades of Cerulean #0577AC
Tints of Cerulean #0577AC
RGB
CMYK
RGB Variations
Color information
#0577AC (or 0x0577AC) is known color: Cerulean. HEX triplet: 05, 77 and AC. RGB value is (5,119,172). Sum of RGB (Red+Green+Blue) = 5+119+172=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0577AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0577AC is #FA8853. Grayscale: #5A5A5A. Windows color (decimal): -16418900 or 11302661. OLE color: 11302661.
HSL color Cylindrical-coordinate representation of color #0577AC: hue angle of 199.04º 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 #0577AC is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 119 | 172 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.33 |
| HSL | 199.04º | 0.94% | 0.35% | - |
| HSV(B) | 199.04º | 0.97% | 0.67% | - |
| XYZ | 14.11 | 16.2 | 41.41 | - |
| YUV | 90.96 | 173.73 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 119 | 172 | 0.97 | 0.31 | 0 | 0.33 | 199.04 | 0.94 | 0.35 |
| Hex | 5 | 77 | AC | 61 | 1F | 0 | 21 | C7 | 5E | 23 |
| Octal | 5 | 167 | 254 | 141 | 37 | 0 | 41 | 307 | 136 | 43 |
| Binary | 101 | 1110111 | 10101100 | 1100001 | 11111 | 0 | 100001 | 11000111 | 1011110 | 100011 |
Color Harmonies of #0577AC
Complementary color
Monochromatic Colors of #0577AC
Black with #0577AC
Text Example
Text Example
White with #0577AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0577AC; }
p { color: rgb(5,119,172); }
H1.HeaderClassName
{
color: #0577AC;
}
.AnyTagClassName
{
color: #0577AC;
}
</style>
background-color css
<style>
a { background-color: #0577AC; }
a { background-color: rgb(5,119,172); }
div.DivClassName
{
background-color: #0577AC;
}
.BgClassName
{
background-color: #0577AC;
}
</style>
border-color css
<style>
span { border-color: #0577AC; }
span { border-color: rgb(5,119,172); }
td.TdClassName
{
border-color: #0577AC;
}
.TagClassName
{
border-color: #0577AC;
}
</style>