Shades of Dark Cerulean #05558D
Tints of Dark Cerulean #05558D
RGB
CMYK
RGB Variations
Color information
#05558D (or 0x05558D) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8D. RGB value is (5,85,141). Sum of RGB (Red+Green+Blue) = 5+85+141=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #05558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558D is #FAAA72. Grayscale: #434343. Windows color (decimal): -16427635 or 9262341. OLE color: 9262341.
HSL color Cylindrical-coordinate representation of color #05558D: hue angle of 204.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05558D is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 85 | 141 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.45 |
| HSL | 204.71º | 0.93% | 0.29% | - |
| HSV(B) | 204.71º | 0.96% | 0.55% | - |
| XYZ | 8.12 | 8.45 | 26.4 | - |
| YUV | 67.46 | 169.5 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 141 | 0.96 | 0.40 | 0 | 0.45 | 204.71 | 0.93 | 0.29 |
| Hex | 5 | 55 | 8D | 60 | 28 | 0 | 2D | CD | 5D | 1D |
| Octal | 5 | 125 | 215 | 140 | 50 | 0 | 55 | 315 | 135 | 35 |
| Binary | 101 | 1010101 | 10001101 | 1100000 | 101000 | 0 | 101101 | 11001101 | 1011101 | 11101 |
Color Harmonies of #05558D
Complementary color
Monochromatic Colors of #05558D
Black with #05558D
Text Example
Text Example
White with #05558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05558D; }
p { color: rgb(5,85,141); }
H1.HeaderClassName
{
color: #05558D;
}
.AnyTagClassName
{
color: #05558D;
}
</style>
background-color css
<style>
a { background-color: #05558D; }
a { background-color: rgb(5,85,141); }
div.DivClassName
{
background-color: #05558D;
}
.BgClassName
{
background-color: #05558D;
}
</style>
border-color css
<style>
span { border-color: #05558D; }
span { border-color: rgb(5,85,141); }
td.TdClassName
{
border-color: #05558D;
}
.TagClassName
{
border-color: #05558D;
}
</style>