Shades of Dark Cerulean #05558A
Tints of Dark Cerulean #05558A
RGB
CMYK
RGB Variations
Color information
#05558A (or 0x05558A) is known color: Dark Cerulean. HEX triplet: 05, 55 and 8A. RGB value is (5,85,138). Sum of RGB (Red+Green+Blue) = 5+85+138=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #05558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05558A is #FAAA75. Grayscale: #424242. Windows color (decimal): -16427638 or 9065733. OLE color: 9065733.
HSL color Cylindrical-coordinate representation of color #05558A: hue angle of 203.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05558A is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 85 | 138 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.46 |
| HSL | 203.91º | 0.93% | 0.28% | - |
| HSV(B) | 203.91º | 0.96% | 0.54% | - |
| XYZ | 7.9 | 8.36 | 25.24 | - |
| YUV | 67.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 138 | 0.96 | 0.38 | 0 | 0.46 | 203.91 | 0.93 | 0.28 |
| Hex | 5 | 55 | 8A | 60 | 26 | 0 | 2E | CC | 5D | 1C |
| Octal | 5 | 125 | 212 | 140 | 46 | 0 | 56 | 314 | 135 | 34 |
| Binary | 101 | 1010101 | 10001010 | 1100000 | 100110 | 0 | 101110 | 11001100 | 1011101 | 11100 |
Color Harmonies of #05558A
Complementary color
Monochromatic Colors of #05558A
Black with #05558A
Text Example
Text Example
White with #05558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05558A; }
p { color: rgb(5,85,138); }
H1.HeaderClassName
{
color: #05558A;
}
.AnyTagClassName
{
color: #05558A;
}
</style>
background-color css
<style>
a { background-color: #05558A; }
a { background-color: rgb(5,85,138); }
div.DivClassName
{
background-color: #05558A;
}
.BgClassName
{
background-color: #05558A;
}
</style>
border-color css
<style>
span { border-color: #05558A; }
span { border-color: rgb(5,85,138); }
td.TdClassName
{
border-color: #05558A;
}
.TagClassName
{
border-color: #05558A;
}
</style>