Shades of Dark Cerulean #055C90
Tints of Dark Cerulean #055C90
RGB
CMYK
RGB Variations
Color information
#055C90 (or 0x055C90) is known color: Dark Cerulean. HEX triplet: 05, 5C and 90. RGB value is (5,92,144). Sum of RGB (Red+Green+Blue) = 5+92+144=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #055C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055C90 is #FAA36F. Grayscale: #474747. Windows color (decimal): -16425840 or 9460741. OLE color: 9460741.
HSL color Cylindrical-coordinate representation of color #055C90: hue angle of 202.45º 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 #055C90 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 92 | 144 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.44 |
| HSL | 202.45º | 0.93% | 0.29% | - |
| HSV(B) | 202.45º | 0.97% | 0.56% | - |
| XYZ | 8.92 | 9.7 | 27.79 | - |
| YUV | 71.92 | 168.68 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 92 | 144 | 0.97 | 0.36 | 0 | 0.44 | 202.45 | 0.93 | 0.29 |
| Hex | 5 | 5C | 90 | 61 | 24 | 0 | 2C | CA | 5D | 1D |
| Octal | 5 | 134 | 220 | 141 | 44 | 0 | 54 | 312 | 135 | 35 |
| Binary | 101 | 1011100 | 10010000 | 1100001 | 100100 | 0 | 101100 | 11001010 | 1011101 | 11101 |
Color Harmonies of #055C90
Complementary color
Monochromatic Colors of #055C90
Black with #055C90
Text Example
Text Example
White with #055C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055C90; }
p { color: rgb(5,92,144); }
H1.HeaderClassName
{
color: #055C90;
}
.AnyTagClassName
{
color: #055C90;
}
</style>
background-color css
<style>
a { background-color: #055C90; }
a { background-color: rgb(5,92,144); }
div.DivClassName
{
background-color: #055C90;
}
.BgClassName
{
background-color: #055C90;
}
</style>
border-color css
<style>
span { border-color: #055C90; }
span { border-color: rgb(5,92,144); }
td.TdClassName
{
border-color: #055C90;
}
.TagClassName
{
border-color: #055C90;
}
</style>