Shades of Blue Lagoon #005663
Tints of Blue Lagoon #005663
RGB
CMYK
RGB Variations
Color information
#005663 (or 0x005663) is known color: Blue Lagoon. HEX triplet: 00, 56 and 63. RGB value is (0,86,99). Sum of RGB (Red+Green+Blue) = 0+86+99=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #005663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005663 is #FFA99C. Grayscale: #3D3D3D. Windows color (decimal): -16755101 or 6510080. OLE color: 6510080.
HSL color Cylindrical-coordinate representation of color #005663: hue angle of 187.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005663 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 86 | 99 | - |
| CMYK | 1 | 0.13 | 0 | 0.61 |
| HSL | 187.88º | 1% | 0.19% | - |
| HSV(B) | 187.88º | 1% | 0.39% | - |
| XYZ | 5.58 | 7.56 | 12.97 | - |
| YUV | 61.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 99 | 1 | 0.13 | 0 | 0.61 | 187.88 | 1 | 0.19 |
| Hex | 0 | 56 | 63 | 64 | D | 0 | 3D | BC | 64 | 13 |
| Octal | 0 | 126 | 143 | 144 | 15 | 0 | 75 | 274 | 144 | 23 |
| Binary | 0 | 1010110 | 1100011 | 1100100 | 1101 | 0 | 111101 | 10111100 | 1100100 | 10011 |
Color Harmonies of #005663
Complementary color
Monochromatic Colors of #005663
Black with #005663
Text Example
Text Example
White with #005663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005663; }
p { color: rgb(0,86,99); }
H1.HeaderClassName
{
color: #005663;
}
.AnyTagClassName
{
color: #005663;
}
</style>
background-color css
<style>
a { background-color: #005663; }
a { background-color: rgb(0,86,99); }
div.DivClassName
{
background-color: #005663;
}
.BgClassName
{
background-color: #005663;
}
</style>
border-color css
<style>
span { border-color: #005663; }
span { border-color: rgb(0,86,99); }
td.TdClassName
{
border-color: #005663;
}
.TagClassName
{
border-color: #005663;
}
</style>