Shades of Dark Cerulean #055E90
Tints of Dark Cerulean #055E90
RGB
CMYK
RGB Variations
Color information
#055E90 (or 0x055E90) is known color: Dark Cerulean. HEX triplet: 05, 5E and 90. RGB value is (5,94,144). Sum of RGB (Red+Green+Blue) = 5+94+144=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #055E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055E90 is #FAA16F. Grayscale: #484848. Windows color (decimal): -16425328 or 9461253. OLE color: 9461253.
HSL color Cylindrical-coordinate representation of color #055E90: hue angle of 201.58º 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 #055E90 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 94 | 144 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.44 |
| HSL | 201.58º | 0.93% | 0.29% | - |
| HSV(B) | 201.58º | 0.97% | 0.56% | - |
| XYZ | 9.1 | 10.05 | 27.85 | - |
| YUV | 73.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 144 | 0.97 | 0.35 | 0 | 0.44 | 201.58 | 0.93 | 0.29 |
| Hex | 5 | 5E | 90 | 61 | 23 | 0 | 2C | CA | 5D | 1D |
| Octal | 5 | 136 | 220 | 141 | 43 | 0 | 54 | 312 | 135 | 35 |
| Binary | 101 | 1011110 | 10010000 | 1100001 | 100011 | 0 | 101100 | 11001010 | 1011101 | 11101 |
Color Harmonies of #055E90
Complementary color
Monochromatic Colors of #055E90
Black with #055E90
Text Example
Text Example
White with #055E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E90; }
p { color: rgb(5,94,144); }
H1.HeaderClassName
{
color: #055E90;
}
.AnyTagClassName
{
color: #055E90;
}
</style>
background-color css
<style>
a { background-color: #055E90; }
a { background-color: rgb(5,94,144); }
div.DivClassName
{
background-color: #055E90;
}
.BgClassName
{
background-color: #055E90;
}
</style>
border-color css
<style>
span { border-color: #055E90; }
span { border-color: rgb(5,94,144); }
td.TdClassName
{
border-color: #055E90;
}
.TagClassName
{
border-color: #055E90;
}
</style>