Shades of Dark Cerulean #05557A
Tints of Dark Cerulean #05557A
RGB
CMYK
RGB Variations
Color information
#05557A (or 0x05557A) is known color: Dark Cerulean. HEX triplet: 05, 55 and 7A. RGB value is (5,85,122). Sum of RGB (Red+Green+Blue) = 5+85+122=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #05557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05557A is #FAAA85. Grayscale: #414141. Windows color (decimal): -16427654 or 8017157. OLE color: 8017157.
HSL color Cylindrical-coordinate representation of color #05557A: hue angle of 198.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05557A is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 85 | 122 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.52 |
| HSL | 198.97º | 0.92% | 0.25% | - |
| HSV(B) | 198.97º | 0.96% | 0.48% | - |
| XYZ | 6.82 | 7.93 | 19.58 | - |
| YUV | 65.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 122 | 0.96 | 0.30 | 0 | 0.52 | 198.97 | 0.92 | 0.25 |
| Hex | 5 | 55 | 7A | 60 | 1E | 0 | 34 | C7 | 5C | 19 |
| Octal | 5 | 125 | 172 | 140 | 36 | 0 | 64 | 307 | 134 | 31 |
| Binary | 101 | 1010101 | 1111010 | 1100000 | 11110 | 0 | 110100 | 11000111 | 1011100 | 11001 |
Color Harmonies of #05557A
Complementary color
Monochromatic Colors of #05557A
Black with #05557A
Text Example
Text Example
White with #05557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05557A; }
p { color: rgb(5,85,122); }
H1.HeaderClassName
{
color: #05557A;
}
.AnyTagClassName
{
color: #05557A;
}
</style>
background-color css
<style>
a { background-color: #05557A; }
a { background-color: rgb(5,85,122); }
div.DivClassName
{
background-color: #05557A;
}
.BgClassName
{
background-color: #05557A;
}
</style>
border-color css
<style>
span { border-color: #05557A; }
span { border-color: rgb(5,85,122); }
td.TdClassName
{
border-color: #05557A;
}
.TagClassName
{
border-color: #05557A;
}
</style>