Shades of Dark Cerulean #05557C
Tints of Dark Cerulean #05557C
RGB
CMYK
RGB Variations
Color information
#05557C (or 0x05557C) is known color: Dark Cerulean. HEX triplet: 05, 55 and 7C. RGB value is (5,85,124). Sum of RGB (Red+Green+Blue) = 5+85+124=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #05557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05557C is #FAAA83. Grayscale: #414141. Windows color (decimal): -16427652 or 8148229. OLE color: 8148229.
HSL color Cylindrical-coordinate representation of color #05557C: hue angle of 199.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05557C is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 85 | 124 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.51 |
| HSL | 199.66º | 0.92% | 0.25% | - |
| HSV(B) | 199.66º | 0.96% | 0.49% | - |
| XYZ | 6.95 | 7.98 | 20.24 | - |
| YUV | 65.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 124 | 0.96 | 0.31 | 0 | 0.51 | 199.66 | 0.92 | 0.25 |
| Hex | 5 | 55 | 7C | 60 | 1F | 0 | 33 | C8 | 5C | 19 |
| Octal | 5 | 125 | 174 | 140 | 37 | 0 | 63 | 310 | 134 | 31 |
| Binary | 101 | 1010101 | 1111100 | 1100000 | 11111 | 0 | 110011 | 11001000 | 1011100 | 11001 |
Color Harmonies of #05557C
Complementary color
Monochromatic Colors of #05557C
Black with #05557C
Text Example
Text Example
White with #05557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05557C; }
p { color: rgb(5,85,124); }
H1.HeaderClassName
{
color: #05557C;
}
.AnyTagClassName
{
color: #05557C;
}
</style>
background-color css
<style>
a { background-color: #05557C; }
a { background-color: rgb(5,85,124); }
div.DivClassName
{
background-color: #05557C;
}
.BgClassName
{
background-color: #05557C;
}
</style>
border-color css
<style>
span { border-color: #05557C; }
span { border-color: rgb(5,85,124); }
td.TdClassName
{
border-color: #05557C;
}
.TagClassName
{
border-color: #05557C;
}
</style>