Shades of Cerulean #057598
Tints of Cerulean #057598
RGB
CMYK
RGB Variations
Color information
#057598 (or 0x057598) is known color: Cerulean. HEX triplet: 05, 75 and 98. RGB value is (5,117,152). Sum of RGB (Red+Green+Blue) = 5+117+152=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #057598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057598 is #FA8A67. Grayscale: #575757. Windows color (decimal): -16419432 or 9991429. OLE color: 9991429.
HSL color Cylindrical-coordinate representation of color #057598: hue angle of 194.29º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057598 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 117 | 152 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.40 |
| HSL | 194.29º | 0.94% | 0.31% | - |
| HSV(B) | 194.29º | 0.97% | 0.6% | - |
| XYZ | 12.09 | 15.02 | 31.97 | - |
| YUV | 87.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 117 | 152 | 0.97 | 0.23 | 0 | 0.40 | 194.29 | 0.94 | 0.31 |
| Hex | 5 | 75 | 98 | 61 | 17 | 0 | 28 | C2 | 5E | 1F |
| Octal | 5 | 165 | 230 | 141 | 27 | 0 | 50 | 302 | 136 | 37 |
| Binary | 101 | 1110101 | 10011000 | 1100001 | 10111 | 0 | 101000 | 11000010 | 1011110 | 11111 |
Color Harmonies of #057598
Complementary color
Monochromatic Colors of #057598
Black with #057598
Text Example
Text Example
White with #057598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #057598; }
p { color: rgb(5,117,152); }
H1.HeaderClassName
{
color: #057598;
}
.AnyTagClassName
{
color: #057598;
}
</style>
background-color css
<style>
a { background-color: #057598; }
a { background-color: rgb(5,117,152); }
div.DivClassName
{
background-color: #057598;
}
.BgClassName
{
background-color: #057598;
}
</style>
border-color css
<style>
span { border-color: #057598; }
span { border-color: rgb(5,117,152); }
td.TdClassName
{
border-color: #057598;
}
.TagClassName
{
border-color: #057598;
}
</style>