Shades of Dark Cerulean #05558B
Tints of Dark Cerulean #05558B
RGB
CMYK
RGB Variations
Color information
#05558B (or 0x05558B) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8B. RGB value is (5,85,139). Sum of RGB (Red+Green+Blue) = 5+85+139=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 139 (54.69% from 255 or 60.70% from 229); Max value from RGB is 139 - color contains mainly: blue. Hex color #05558B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558B is #FAAA74. Grayscale: #424242. Windows color (decimal): -16427637 or 9131269. OLE color: 9131269.
HSL color Cylindrical-coordinate representation of color #05558B: hue angle of 204.18º 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 #05558B is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 85 | 139 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.45 |
| HSL | 204.18º | 0.93% | 0.28% | - |
| HSV(B) | 204.18º | 0.96% | 0.55% | - |
| XYZ | 7.97 | 8.39 | 25.63 | - |
| YUV | 67.24 | 168.5 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 139 | 0.96 | 0.39 | 0 | 0.45 | 204.18 | 0.93 | 0.28 |
| Hex | 5 | 55 | 8B | 60 | 27 | 0 | 2D | CC | 5D | 1C |
| Octal | 5 | 125 | 213 | 140 | 47 | 0 | 55 | 314 | 135 | 34 |
| Binary | 101 | 1010101 | 10001011 | 1100000 | 100111 | 0 | 101101 | 11001100 | 1011101 | 11100 |
Color Harmonies of #05558B
Complementary color
Monochromatic Colors of #05558B
Black with #05558B
Text Example
Text Example
White with #05558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05558B; }
p { color: rgb(5,85,139); }
H1.HeaderClassName
{
color: #05558B;
}
.AnyTagClassName
{
color: #05558B;
}
</style>
background-color css
<style>
a { background-color: #05558B; }
a { background-color: rgb(5,85,139); }
div.DivClassName
{
background-color: #05558B;
}
.BgClassName
{
background-color: #05558B;
}
</style>
border-color css
<style>
span { border-color: #05558B; }
span { border-color: rgb(5,85,139); }
td.TdClassName
{
border-color: #05558B;
}
.TagClassName
{
border-color: #05558B;
}
</style>