Shades of Dark Cerulean #05568B
Tints of Dark Cerulean #05568B
RGB
CMYK
RGB Variations
Color information
#05568B (or 0x05568B) is known color: Dark Cerulean. HEX triplet: 05, 56 and 8B. RGB value is (5,86,139). Sum of RGB (Red+Green+Blue) = 5+86+139=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #05568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05568B is #FAA974. Grayscale: #434343. Windows color (decimal): -16427381 or 9131525. OLE color: 9131525.
HSL color Cylindrical-coordinate representation of color #05568B: hue angle of 203.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05568B is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 5 | 86 | 139 | - |
CMYK | 0.96 | 0.38 | 0 | 0.45 |
HSL | 203.73º | 0.93% | 0.28% | - |
HSV(B) | 203.73º | 0.96% | 0.55% | - |
XYZ | 8.05 | 8.55 | 25.65 | - |
YUV | 67.82 | 168.16 | 83.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 86 | 139 | 0.96 | 0.38 | 0 | 0.45 | 203.73 | 0.93 | 0.28 |
Hex | 5 | 56 | 8B | 60 | 26 | 0 | 2D | CC | 5D | 1C |
Octal | 5 | 126 | 213 | 140 | 46 | 0 | 55 | 314 | 135 | 34 |
Binary | 101 | 1010110 | 10001011 | 1100000 | 100110 | 0 | 101101 | 11001100 | 1011101 | 11100 |
Color Harmonies of #05568B
Complementary color
Monochromatic Colors of #05568B
Black with #05568B
Text Example
Text Example
White with #05568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05568B; }
p { color: rgb(5,86,139); }
H1.HeaderClassName
{
color: #05568B;
}
.AnyTagClassName
{
color: #05568B;
}
</style>
background-color css
<style>
a { background-color: #05568B; }
a { background-color: rgb(5,86,139); }
div.DivClassName
{
background-color: #05568B;
}
.BgClassName
{
background-color: #05568B;
}
</style>
border-color css
<style>
span { border-color: #05568B; }
span { border-color: rgb(5,86,139); }
td.TdClassName
{
border-color: #05568B;
}
.TagClassName
{
border-color: #05568B;
}
</style>