Shades of Blue Lagoon #005E86
Tints of Blue Lagoon #005E86
RGB
CMYK
RGB Variations
Color information
#005E86 (or 0x005E86) is known color: Blue Lagoon. HEX triplet: 00, 5E and 86. RGB value is (0,94,134). Sum of RGB (Red+Green+Blue) = 0+94+134=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #005E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E86 is #FFA179. Grayscale: #464646. Windows color (decimal): -16753018 or 8805888. OLE color: 8805888.
HSL color Cylindrical-coordinate representation of color #005E86: hue angle of 197.91º 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 #005E86 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 94 | 134 | - |
| CMYK | 1 | 0.30 | 0 | 0.47 |
| HSL | 197.91º | 1% | 0.26% | - |
| HSV(B) | 197.91º | 1% | 0.53% | - |
| XYZ | 8.31 | 9.73 | 23.99 | - |
| YUV | 70.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 134 | 1 | 0.30 | 0 | 0.47 | 197.91 | 1 | 0.26 |
| Hex | 0 | 5E | 86 | 64 | 1E | 0 | 2F | C6 | 64 | 1A |
| Octal | 0 | 136 | 206 | 144 | 36 | 0 | 57 | 306 | 144 | 32 |
| Binary | 0 | 1011110 | 10000110 | 1100100 | 11110 | 0 | 101111 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005E86
Complementary color
Monochromatic Colors of #005E86
Black with #005E86
Text Example
Text Example
White with #005E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E86; }
p { color: rgb(0,94,134); }
H1.HeaderClassName
{
color: #005E86;
}
.AnyTagClassName
{
color: #005E86;
}
</style>
background-color css
<style>
a { background-color: #005E86; }
a { background-color: rgb(0,94,134); }
div.DivClassName
{
background-color: #005E86;
}
.BgClassName
{
background-color: #005E86;
}
</style>
border-color css
<style>
span { border-color: #005E86; }
span { border-color: rgb(0,94,134); }
td.TdClassName
{
border-color: #005E86;
}
.TagClassName
{
border-color: #005E86;
}
</style>