Shades of Dark Cerulean #055F90
Tints of Dark Cerulean #055F90
RGB
CMYK
RGB Variations
Color information
#055F90 (or 0x055F90) is known color: Dark Cerulean. HEX triplet: 05, 5F and 90. RGB value is (5,95,144). Sum of RGB (Red+Green+Blue) = 5+95+144=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #055F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055F90 is #FAA06F. Grayscale: #494949. Windows color (decimal): -16425072 or 9461509. OLE color: 9461509.
HSL color Cylindrical-coordinate representation of color #055F90: hue angle of 201.15º 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 #055F90 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 95 | 144 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.44 |
| HSL | 201.15º | 0.93% | 0.29% | - |
| HSV(B) | 201.15º | 0.97% | 0.56% | - |
| XYZ | 9.19 | 10.23 | 27.88 | - |
| YUV | 73.68 | 167.68 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 144 | 0.97 | 0.34 | 0 | 0.44 | 201.15 | 0.93 | 0.29 |
| Hex | 5 | 5F | 90 | 61 | 22 | 0 | 2C | C9 | 5D | 1D |
| Octal | 5 | 137 | 220 | 141 | 42 | 0 | 54 | 311 | 135 | 35 |
| Binary | 101 | 1011111 | 10010000 | 1100001 | 100010 | 0 | 101100 | 11001001 | 1011101 | 11101 |
Color Harmonies of #055F90
Complementary color
Monochromatic Colors of #055F90
Black with #055F90
Text Example
Text Example
White with #055F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F90; }
p { color: rgb(5,95,144); }
H1.HeaderClassName
{
color: #055F90;
}
.AnyTagClassName
{
color: #055F90;
}
</style>
background-color css
<style>
a { background-color: #055F90; }
a { background-color: rgb(5,95,144); }
div.DivClassName
{
background-color: #055F90;
}
.BgClassName
{
background-color: #055F90;
}
</style>
border-color css
<style>
span { border-color: #055F90; }
span { border-color: rgb(5,95,144); }
td.TdClassName
{
border-color: #055F90;
}
.TagClassName
{
border-color: #055F90;
}
</style>