Shades of Cerulean #056590
Tints of Cerulean #056590
RGB
CMYK
RGB Variations
Color information
#056590 (or 0x056590) is known color: Cerulean. HEX triplet: 05, 65 and 90. RGB value is (5,101,144). Sum of RGB (Red+Green+Blue) = 5+101+144=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #056590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056590 is #FA9A6F. Grayscale: #4C4C4C. Windows color (decimal): -16423536 or 9463045. OLE color: 9463045.
HSL color Cylindrical-coordinate representation of color #056590: hue angle of 198.56º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056590 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 101 | 144 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.44 |
| HSL | 198.56º | 0.93% | 0.29% | - |
| HSV(B) | 198.56º | 0.97% | 0.56% | - |
| XYZ | 9.75 | 11.35 | 28.06 | - |
| YUV | 77.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 144 | 0.97 | 0.30 | 0 | 0.44 | 198.56 | 0.93 | 0.29 |
| Hex | 5 | 65 | 90 | 61 | 1E | 0 | 2C | C7 | 5D | 1D |
| Octal | 5 | 145 | 220 | 141 | 36 | 0 | 54 | 307 | 135 | 35 |
| Binary | 101 | 1100101 | 10010000 | 1100001 | 11110 | 0 | 101100 | 11000111 | 1011101 | 11101 |
Color Harmonies of #056590
Complementary color
Monochromatic Colors of #056590
Black with #056590
Text Example
Text Example
White with #056590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056590; }
p { color: rgb(5,101,144); }
H1.HeaderClassName
{
color: #056590;
}
.AnyTagClassName
{
color: #056590;
}
</style>
background-color css
<style>
a { background-color: #056590; }
a { background-color: rgb(5,101,144); }
div.DivClassName
{
background-color: #056590;
}
.BgClassName
{
background-color: #056590;
}
</style>
border-color css
<style>
span { border-color: #056590; }
span { border-color: rgb(5,101,144); }
td.TdClassName
{
border-color: #056590;
}
.TagClassName
{
border-color: #056590;
}
</style>