Shades of Blue Lagoon #005D86
Tints of Blue Lagoon #005D86
RGB
CMYK
RGB Variations
Color information
#005D86 (or 0x005D86) is known color: Blue Lagoon. HEX triplet: 00, 5D and 86. RGB value is (0,93,134). Sum of RGB (Red+Green+Blue) = 0+93+134=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #005D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005D86 is #FFA279. Grayscale: #454545. Windows color (decimal): -16753274 or 8805632. OLE color: 8805632.
HSL color Cylindrical-coordinate representation of color #005D86: hue angle of 198.36º 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 #005D86 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 93 | 134 | - |
| CMYK | 1 | 0.31 | 0 | 0.47 |
| HSL | 198.36º | 1% | 0.26% | - |
| HSV(B) | 198.36º | 1% | 0.53% | - |
| XYZ | 8.22 | 9.55 | 23.96 | - |
| YUV | 69.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 134 | 1 | 0.31 | 0 | 0.47 | 198.36 | 1 | 0.26 |
| Hex | 0 | 5D | 86 | 64 | 1F | 0 | 2F | C6 | 64 | 1A |
| Octal | 0 | 135 | 206 | 144 | 37 | 0 | 57 | 306 | 144 | 32 |
| Binary | 0 | 1011101 | 10000110 | 1100100 | 11111 | 0 | 101111 | 11000110 | 1100100 | 11010 |
Color Harmonies of #005D86
Complementary color
Monochromatic Colors of #005D86
Black with #005D86
Text Example
Text Example
White with #005D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D86; }
p { color: rgb(0,93,134); }
H1.HeaderClassName
{
color: #005D86;
}
.AnyTagClassName
{
color: #005D86;
}
</style>
background-color css
<style>
a { background-color: #005D86; }
a { background-color: rgb(0,93,134); }
div.DivClassName
{
background-color: #005D86;
}
.BgClassName
{
background-color: #005D86;
}
</style>
border-color css
<style>
span { border-color: #005D86; }
span { border-color: rgb(0,93,134); }
td.TdClassName
{
border-color: #005D86;
}
.TagClassName
{
border-color: #005D86;
}
</style>