Shades of Cerulean #056D90
Tints of Cerulean #056D90
RGB
CMYK
RGB Variations
Color information
#056D90 (or 0x056D90) is known color: Cerulean. HEX triplet: 05, 6D and 90. RGB value is (5,109,144). Sum of RGB (Red+Green+Blue) = 5+109+144=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #056D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056D90 is #FA926F. Grayscale: #515151. Windows color (decimal): -16421488 or 9465093. OLE color: 9465093.
HSL color Cylindrical-coordinate representation of color #056D90: hue angle of 195.11º 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 #056D90 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 109 | 144 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.44 |
| HSL | 195.11º | 0.93% | 0.29% | - |
| HSV(B) | 195.11º | 0.97% | 0.56% | - |
| XYZ | 10.57 | 12.98 | 28.33 | - |
| YUV | 81.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 144 | 0.97 | 0.24 | 0 | 0.44 | 195.11 | 0.93 | 0.29 |
| Hex | 5 | 6D | 90 | 61 | 18 | 0 | 2C | C3 | 5D | 1D |
| Octal | 5 | 155 | 220 | 141 | 30 | 0 | 54 | 303 | 135 | 35 |
| Binary | 101 | 1101101 | 10010000 | 1100001 | 11000 | 0 | 101100 | 11000011 | 1011101 | 11101 |
Color Harmonies of #056D90
Complementary color
Monochromatic Colors of #056D90
Black with #056D90
Text Example
Text Example
White with #056D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D90; }
p { color: rgb(5,109,144); }
H1.HeaderClassName
{
color: #056D90;
}
.AnyTagClassName
{
color: #056D90;
}
</style>
background-color css
<style>
a { background-color: #056D90; }
a { background-color: rgb(5,109,144); }
div.DivClassName
{
background-color: #056D90;
}
.BgClassName
{
background-color: #056D90;
}
</style>
border-color css
<style>
span { border-color: #056D90; }
span { border-color: rgb(5,109,144); }
td.TdClassName
{
border-color: #056D90;
}
.TagClassName
{
border-color: #056D90;
}
</style>