Shades of Dark Cerulean #05558F
Tints of Dark Cerulean #05558F
RGB
CMYK
RGB Variations
Color information
#05558F (or 0x05558F) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8F. RGB value is (5,85,143). Sum of RGB (Red+Green+Blue) = 5+85+143=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #05558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558F is #FAAA70. Grayscale: #434343. Windows color (decimal): -16427633 or 9393413. OLE color: 9393413.
HSL color Cylindrical-coordinate representation of color #05558F: hue angle of 205.22º 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 #05558F is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 85 | 143 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.44 |
| HSL | 205.22º | 0.93% | 0.29% | - |
| HSV(B) | 205.22º | 0.97% | 0.56% | - |
| XYZ | 8.27 | 8.51 | 27.19 | - |
| YUV | 67.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 143 | 0.97 | 0.41 | 0 | 0.44 | 205.22 | 0.93 | 0.29 |
| Hex | 5 | 55 | 8F | 61 | 29 | 0 | 2C | CD | 5D | 1D |
| Octal | 5 | 125 | 217 | 141 | 51 | 0 | 54 | 315 | 135 | 35 |
| Binary | 101 | 1010101 | 10001111 | 1100001 | 101001 | 0 | 101100 | 11001101 | 1011101 | 11101 |
Color Harmonies of #05558F
Complementary color
Monochromatic Colors of #05558F
Black with #05558F
Text Example
Text Example
White with #05558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05558F; }
p { color: rgb(5,85,143); }
H1.HeaderClassName
{
color: #05558F;
}
.AnyTagClassName
{
color: #05558F;
}
</style>
background-color css
<style>
a { background-color: #05558F; }
a { background-color: rgb(5,85,143); }
div.DivClassName
{
background-color: #05558F;
}
.BgClassName
{
background-color: #05558F;
}
</style>
border-color css
<style>
span { border-color: #05558F; }
span { border-color: rgb(5,85,143); }
td.TdClassName
{
border-color: #05558F;
}
.TagClassName
{
border-color: #05558F;
}
</style>