Shades of Blue Lagoon #005E87
Tints of Blue Lagoon #005E87
RGB
CMYK
RGB Variations
Color information
#005E87 (or 0x005E87) is known color: Blue Lagoon. HEX triplet: 00, 5E and 87. RGB value is (0,94,135). Sum of RGB (Red+Green+Blue) = 0+94+135=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #005E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E87 is #FFA178. Grayscale: #464646. Windows color (decimal): -16753017 or 8871424. OLE color: 8871424.
HSL color Cylindrical-coordinate representation of color #005E87: hue angle of 198.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E87 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 94 | 135 | - |
| CMYK | 1 | 0.30 | 0 | 0.47 |
| HSL | 198.22º | 1% | 0.26% | - |
| HSV(B) | 198.22º | 1% | 0.53% | - |
| XYZ | 8.38 | 9.75 | 24.36 | - |
| YUV | 70.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 135 | 1 | 0.30 | 0 | 0.47 | 198.22 | 1 | 0.26 |
| Hex | 0 | 5E | 87 | 64 | 1E | 0 | 2F | C6 | 64 | 1A |
| Octal | 0 | 136 | 207 | 144 | 36 | 0 | 57 | 306 | 144 | 32 |
| Binary | 0 | 1011110 | 10000111 | 1100100 | 11110 | 0 | 101111 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005E87
Complementary color
Monochromatic Colors of #005E87
Black with #005E87
Text Example
Text Example
White with #005E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E87; }
p { color: rgb(0,94,135); }
H1.HeaderClassName
{
color: #005E87;
}
.AnyTagClassName
{
color: #005E87;
}
</style>
background-color css
<style>
a { background-color: #005E87; }
a { background-color: rgb(0,94,135); }
div.DivClassName
{
background-color: #005E87;
}
.BgClassName
{
background-color: #005E87;
}
</style>
border-color css
<style>
span { border-color: #005E87; }
span { border-color: rgb(0,94,135); }
td.TdClassName
{
border-color: #005E87;
}
.TagClassName
{
border-color: #005E87;
}
</style>