Shades of Dark Cerulean #05568D
Tints of Dark Cerulean #05568D
RGB
CMYK
RGB Variations
Color information
#05568D (or 0x05568D) is known color: Dark Cerulean. HEX triplet: 05, 56 and 8D. RGB value is (5,86,141). Sum of RGB (Red+Green+Blue) = 5+86+141=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #05568D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05568D is #FAA972. Grayscale: #434343. Windows color (decimal): -16427379 or 9262597. OLE color: 9262597.
HSL color Cylindrical-coordinate representation of color #05568D: hue angle of 204.26º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05568D is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 86 | 141 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.45 |
| HSL | 204.26º | 0.93% | 0.29% | - |
| HSV(B) | 204.26º | 0.96% | 0.55% | - |
| XYZ | 8.2 | 8.61 | 26.43 | - |
| YUV | 68.05 | 169.16 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 141 | 0.96 | 0.39 | 0 | 0.45 | 204.26 | 0.93 | 0.29 |
| Hex | 5 | 56 | 8D | 60 | 27 | 0 | 2D | CC | 5D | 1D |
| Octal | 5 | 126 | 215 | 140 | 47 | 0 | 55 | 314 | 135 | 35 |
| Binary | 101 | 1010110 | 10001101 | 1100000 | 100111 | 0 | 101101 | 11001100 | 1011101 | 11101 |
Color Harmonies of #05568D
Complementary color
Monochromatic Colors of #05568D
Black with #05568D
Text Example
Text Example
White with #05568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05568D; }
p { color: rgb(5,86,141); }
H1.HeaderClassName
{
color: #05568D;
}
.AnyTagClassName
{
color: #05568D;
}
</style>
background-color css
<style>
a { background-color: #05568D; }
a { background-color: rgb(5,86,141); }
div.DivClassName
{
background-color: #05568D;
}
.BgClassName
{
background-color: #05568D;
}
</style>
border-color css
<style>
span { border-color: #05568D; }
span { border-color: rgb(5,86,141); }
td.TdClassName
{
border-color: #05568D;
}
.TagClassName
{
border-color: #05568D;
}
</style>