Shades of Dark Cerulean #05588C
Tints of Dark Cerulean #05588C
RGB
CMYK
RGB Variations
Color information
#05588C (or 0x05588C) is known color: Dark Cerulean. HEX triplet: 05, 58 and 8C. RGB value is (5,88,140). Sum of RGB (Red+Green+Blue) = 5+88+140=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #05588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05588C is #FAA773. Grayscale: #444444. Windows color (decimal): -16426868 or 9197573. OLE color: 9197573.
HSL color Cylindrical-coordinate representation of color #05588C: hue angle of 203.11º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05588C is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 88 | 140 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.45 |
| HSL | 203.11º | 0.93% | 0.28% | - |
| HSV(B) | 203.11º | 0.96% | 0.55% | - |
| XYZ | 8.29 | 8.91 | 26.09 | - |
| YUV | 69.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 140 | 0.96 | 0.37 | 0 | 0.45 | 203.11 | 0.93 | 0.28 |
| Hex | 5 | 58 | 8C | 60 | 25 | 0 | 2D | CB | 5D | 1C |
| Octal | 5 | 130 | 214 | 140 | 45 | 0 | 55 | 313 | 135 | 34 |
| Binary | 101 | 1011000 | 10001100 | 1100000 | 100101 | 0 | 101101 | 11001011 | 1011101 | 11100 |
Color Harmonies of #05588C
Complementary color
Monochromatic Colors of #05588C
Black with #05588C
Text Example
Text Example
White with #05588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05588C; }
p { color: rgb(5,88,140); }
H1.HeaderClassName
{
color: #05588C;
}
.AnyTagClassName
{
color: #05588C;
}
</style>
background-color css
<style>
a { background-color: #05588C; }
a { background-color: rgb(5,88,140); }
div.DivClassName
{
background-color: #05588C;
}
.BgClassName
{
background-color: #05588C;
}
</style>
border-color css
<style>
span { border-color: #05588C; }
span { border-color: rgb(5,88,140); }
td.TdClassName
{
border-color: #05588C;
}
.TagClassName
{
border-color: #05588C;
}
</style>