Shades of Blue Lagoon #005D88
Tints of Blue Lagoon #005D88
RGB
CMYK
RGB Variations
Color information
#005D88 (or 0x005D88) is known color: Blue Lagoon. HEX triplet: 00, 5D and 88. RGB value is (0,93,136). Sum of RGB (Red+Green+Blue) = 0+93+136=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #005D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D88 is #FFA277. Grayscale: #454545. Windows color (decimal): -16753272 or 8936704. OLE color: 8936704.
HSL color Cylindrical-coordinate representation of color #005D88: hue angle of 198.97º 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 #005D88 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 93 | 136 | - |
| CMYK | 1 | 0.32 | 0 | 0.47 |
| HSL | 198.97º | 1% | 0.27% | - |
| HSV(B) | 198.97º | 1% | 0.53% | - |
| XYZ | 8.36 | 9.61 | 24.71 | - |
| YUV | 70.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 136 | 1 | 0.32 | 0 | 0.47 | 198.97 | 1 | 0.27 |
| Hex | 0 | 5D | 88 | 64 | 20 | 0 | 2F | C7 | 64 | 1B |
| Octal | 0 | 135 | 210 | 144 | 40 | 0 | 57 | 307 | 144 | 33 |
| Binary | 0 | 1011101 | 10001000 | 1100100 | 100000 | 0 | 101111 | 11000111 | 1100100 | 11011 |
Color Harmonies of #005D88
Complementary color
Monochromatic Colors of #005D88
Black with #005D88
Text Example
Text Example
White with #005D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D88; }
p { color: rgb(0,93,136); }
H1.HeaderClassName
{
color: #005D88;
}
.AnyTagClassName
{
color: #005D88;
}
</style>
background-color css
<style>
a { background-color: #005D88; }
a { background-color: rgb(0,93,136); }
div.DivClassName
{
background-color: #005D88;
}
.BgClassName
{
background-color: #005D88;
}
</style>
border-color css
<style>
span { border-color: #005D88; }
span { border-color: rgb(0,93,136); }
td.TdClassName
{
border-color: #005D88;
}
.TagClassName
{
border-color: #005D88;
}
</style>