Shades of Dark Cerulean #055882
Tints of Dark Cerulean #055882
RGB
CMYK
RGB Variations
Color information
#055882 (or 0x055882) is known color: Dark Cerulean. HEX triplet: 05, 58 and 82. RGB value is (5,88,130). Sum of RGB (Red+Green+Blue) = 5+88+130=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #055882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055882 is #FAA77D. Grayscale: #434343. Windows color (decimal): -16426878 or 8542213. OLE color: 8542213.
HSL color Cylindrical-coordinate representation of color #055882: hue angle of 200.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055882 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 88 | 130 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.49 |
| HSL | 200.16º | 0.93% | 0.26% | - |
| HSV(B) | 200.16º | 0.96% | 0.51% | - |
| XYZ | 7.58 | 8.62 | 22.38 | - |
| YUV | 67.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 130 | 0.96 | 0.32 | 0 | 0.49 | 200.16 | 0.93 | 0.26 |
| Hex | 5 | 58 | 82 | 60 | 20 | 0 | 31 | C8 | 5D | 1A |
| Octal | 5 | 130 | 202 | 140 | 40 | 0 | 61 | 310 | 135 | 32 |
| Binary | 101 | 1011000 | 10000010 | 1100000 | 100000 | 0 | 110001 | 11001000 | 1011101 | 11010 |
Color Harmonies of #055882
Complementary color
Monochromatic Colors of #055882
Black with #055882
Text Example
Text Example
White with #055882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055882; }
p { color: rgb(5,88,130); }
H1.HeaderClassName
{
color: #055882;
}
.AnyTagClassName
{
color: #055882;
}
</style>
background-color css
<style>
a { background-color: #055882; }
a { background-color: rgb(5,88,130); }
div.DivClassName
{
background-color: #055882;
}
.BgClassName
{
background-color: #055882;
}
</style>
border-color css
<style>
span { border-color: #055882; }
span { border-color: rgb(5,88,130); }
td.TdClassName
{
border-color: #055882;
}
.TagClassName
{
border-color: #055882;
}
</style>