Shades of Dark Cerulean #05598B
Tints of Dark Cerulean #05598B
RGB
CMYK
RGB Variations
Color information
#05598B (or 0x05598B) is known color: Dark Cerulean. HEX triplet: 05, 59 and 8B. RGB value is (5,89,139). Sum of RGB (Red+Green+Blue) = 5+89+139=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #05598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05598B is #FAA674. Grayscale: #454545. Windows color (decimal): -16426613 or 9132293. OLE color: 9132293.
HSL color Cylindrical-coordinate representation of color #05598B: hue angle of 202.39º 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 #05598B is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 89 | 139 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.45 |
| HSL | 202.39º | 0.93% | 0.28% | - |
| HSV(B) | 202.39º | 0.96% | 0.55% | - |
| XYZ | 8.3 | 9.04 | 25.73 | - |
| YUV | 69.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 139 | 0.96 | 0.36 | 0 | 0.45 | 202.39 | 0.93 | 0.28 |
| Hex | 5 | 59 | 8B | 60 | 24 | 0 | 2D | CA | 5D | 1C |
| Octal | 5 | 131 | 213 | 140 | 44 | 0 | 55 | 312 | 135 | 34 |
| Binary | 101 | 1011001 | 10001011 | 1100000 | 100100 | 0 | 101101 | 11001010 | 1011101 | 11100 |
Color Harmonies of #05598B
Complementary color
Monochromatic Colors of #05598B
Black with #05598B
Text Example
Text Example
White with #05598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05598B; }
p { color: rgb(5,89,139); }
H1.HeaderClassName
{
color: #05598B;
}
.AnyTagClassName
{
color: #05598B;
}
</style>
background-color css
<style>
a { background-color: #05598B; }
a { background-color: rgb(5,89,139); }
div.DivClassName
{
background-color: #05598B;
}
.BgClassName
{
background-color: #05598B;
}
</style>
border-color css
<style>
span { border-color: #05598B; }
span { border-color: rgb(5,89,139); }
td.TdClassName
{
border-color: #05598B;
}
.TagClassName
{
border-color: #05598B;
}
</style>