Shades of Dark Cerulean #05568E
Tints of Dark Cerulean #05568E
RGB
CMYK
RGB Variations
Color information
#05568E (or 0x05568E) is known color: Dark Cerulean. HEX triplet: 05, 56 and 8E. RGB value is (5,86,142). Sum of RGB (Red+Green+Blue) = 5+86+142=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #05568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05568E is #FAA971. Grayscale: #434343. Windows color (decimal): -16427378 or 9328133. OLE color: 9328133.
HSL color Cylindrical-coordinate representation of color #05568E: hue angle of 204.53º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05568E is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 86 | 142 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.44 |
| HSL | 204.53º | 0.93% | 0.29% | - |
| HSV(B) | 204.53º | 0.96% | 0.56% | - |
| XYZ | 8.27 | 8.64 | 26.82 | - |
| YUV | 68.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 142 | 0.96 | 0.39 | 0 | 0.44 | 204.53 | 0.93 | 0.29 |
| Hex | 5 | 56 | 8E | 60 | 27 | 0 | 2C | CD | 5D | 1D |
| Octal | 5 | 126 | 216 | 140 | 47 | 0 | 54 | 315 | 135 | 35 |
| Binary | 101 | 1010110 | 10001110 | 1100000 | 100111 | 0 | 101100 | 11001101 | 1011101 | 11101 |
Color Harmonies of #05568E
Complementary color
Monochromatic Colors of #05568E
Black with #05568E
Text Example
Text Example
White with #05568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05568E; }
p { color: rgb(5,86,142); }
H1.HeaderClassName
{
color: #05568E;
}
.AnyTagClassName
{
color: #05568E;
}
</style>
background-color css
<style>
a { background-color: #05568E; }
a { background-color: rgb(5,86,142); }
div.DivClassName
{
background-color: #05568E;
}
.BgClassName
{
background-color: #05568E;
}
</style>
border-color css
<style>
span { border-color: #05568E; }
span { border-color: rgb(5,86,142); }
td.TdClassName
{
border-color: #05568E;
}
.TagClassName
{
border-color: #05568E;
}
</style>