Shades of Dark Cerulean #05578B
Tints of Dark Cerulean #05578B
RGB
CMYK
RGB Variations
Color information
#05578B (or 0x05578B) is known color: Dark Cerulean. HEX triplet: 05, 57 and 8B. RGB value is (5,87,139). Sum of RGB (Red+Green+Blue) = 5+87+139=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #05578B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05578B is #FAA874. Grayscale: #444444. Windows color (decimal): -16427125 or 9131781. OLE color: 9131781.
HSL color Cylindrical-coordinate representation of color #05578B: hue angle of 203.28º 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 #05578B is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 87 | 139 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.45 |
| HSL | 203.28º | 0.93% | 0.28% | - |
| HSV(B) | 203.28º | 0.96% | 0.55% | - |
| XYZ | 8.13 | 8.71 | 25.68 | - |
| YUV | 68.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 139 | 0.96 | 0.37 | 0 | 0.45 | 203.28 | 0.93 | 0.28 |
| Hex | 5 | 57 | 8B | 60 | 25 | 0 | 2D | CB | 5D | 1C |
| Octal | 5 | 127 | 213 | 140 | 45 | 0 | 55 | 313 | 135 | 34 |
| Binary | 101 | 1010111 | 10001011 | 1100000 | 100101 | 0 | 101101 | 11001011 | 1011101 | 11100 |
Color Harmonies of #05578B
Complementary color
Monochromatic Colors of #05578B
Black with #05578B
Text Example
Text Example
White with #05578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05578B; }
p { color: rgb(5,87,139); }
H1.HeaderClassName
{
color: #05578B;
}
.AnyTagClassName
{
color: #05578B;
}
</style>
background-color css
<style>
a { background-color: #05578B; }
a { background-color: rgb(5,87,139); }
div.DivClassName
{
background-color: #05578B;
}
.BgClassName
{
background-color: #05578B;
}
</style>
border-color css
<style>
span { border-color: #05578B; }
span { border-color: rgb(5,87,139); }
td.TdClassName
{
border-color: #05578B;
}
.TagClassName
{
border-color: #05578B;
}
</style>