Shades of Dark Cerulean #005B88
Tints of Dark Cerulean #005B88
RGB
CMYK
RGB Variations
Color information
#005B88 (or 0x005B88) is known color: Dark Cerulean. HEX triplet: 00, 5B and 88. RGB value is (0,91,136). Sum of RGB (Red+Green+Blue) = 0+91+136=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #005B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B88 is #FFA477. Grayscale: #444444. Windows color (decimal): -16753784 or 8936192. OLE color: 8936192.
HSL color Cylindrical-coordinate representation of color #005B88: hue angle of 199.85º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B88 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 91 | 136 | - |
| CMYK | 1 | 0.33 | 0 | 0.47 |
| HSL | 199.85º | 1% | 0.27% | - |
| HSV(B) | 199.85º | 1% | 0.53% | - |
| XYZ | 8.19 | 9.26 | 24.65 | - |
| YUV | 68.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 136 | 1 | 0.33 | 0 | 0.47 | 199.85 | 1 | 0.27 |
| Hex | 0 | 5B | 88 | 64 | 21 | 0 | 2F | C8 | 64 | 1B |
| Octal | 0 | 133 | 210 | 144 | 41 | 0 | 57 | 310 | 144 | 33 |
| Binary | 0 | 1011011 | 10001000 | 1100100 | 100001 | 0 | 101111 | 11001000 | 1100100 | 11011 |
Color Harmonies of #005B88
Complementary color
Monochromatic Colors of #005B88
Black with #005B88
Text Example
Text Example
White with #005B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B88; }
p { color: rgb(0,91,136); }
H1.HeaderClassName
{
color: #005B88;
}
.AnyTagClassName
{
color: #005B88;
}
</style>
background-color css
<style>
a { background-color: #005B88; }
a { background-color: rgb(0,91,136); }
div.DivClassName
{
background-color: #005B88;
}
.BgClassName
{
background-color: #005B88;
}
</style>
border-color css
<style>
span { border-color: #005B88; }
span { border-color: rgb(0,91,136); }
td.TdClassName
{
border-color: #005B88;
}
.TagClassName
{
border-color: #005B88;
}
</style>