Shades of Blue Lagoon #005C86
Tints of Blue Lagoon #005C86
RGB
CMYK
RGB Variations
Color information
#005C86 (or 0x005C86) is known color: Blue Lagoon. HEX triplet: 00, 5C and 86. RGB value is (0,92,134). Sum of RGB (Red+Green+Blue) = 0+92+134=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #005C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C86 is #FFA379. Grayscale: #454545. Windows color (decimal): -16753530 or 8805376. OLE color: 8805376.
HSL color Cylindrical-coordinate representation of color #005C86: hue angle of 198.81º 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 #005C86 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 92 | 134 | - |
| CMYK | 1 | 0.31 | 0 | 0.47 |
| HSL | 198.81º | 1% | 0.26% | - |
| HSV(B) | 198.81º | 1% | 0.53% | - |
| XYZ | 8.13 | 9.38 | 23.94 | - |
| YUV | 69.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 92 | 134 | 1 | 0.31 | 0 | 0.47 | 198.81 | 1 | 0.26 |
| Hex | 0 | 5C | 86 | 64 | 1F | 0 | 2F | C7 | 64 | 1A |
| Octal | 0 | 134 | 206 | 144 | 37 | 0 | 57 | 307 | 144 | 32 |
| Binary | 0 | 1011100 | 10000110 | 1100100 | 11111 | 0 | 101111 | 11000111 | 1100100 | 11010 |
Color Harmonies of #005C86
Complementary color
Monochromatic Colors of #005C86
Black with #005C86
Text Example
Text Example
White with #005C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005C86; }
p { color: rgb(0,92,134); }
H1.HeaderClassName
{
color: #005C86;
}
.AnyTagClassName
{
color: #005C86;
}
</style>
background-color css
<style>
a { background-color: #005C86; }
a { background-color: rgb(0,92,134); }
div.DivClassName
{
background-color: #005C86;
}
.BgClassName
{
background-color: #005C86;
}
</style>
border-color css
<style>
span { border-color: #005C86; }
span { border-color: rgb(0,92,134); }
td.TdClassName
{
border-color: #005C86;
}
.TagClassName
{
border-color: #005C86;
}
</style>