Shades of Blue Lagoon #005763
Tints of Blue Lagoon #005763
RGB
CMYK
RGB Variations
Color information
#005763 (or 0x005763) is known color: Blue Lagoon. HEX triplet: 00, 57 and 63. RGB value is (0,87,99). Sum of RGB (Red+Green+Blue) = 0+87+99=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #005763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005763 is #FFA89C. Grayscale: #3E3E3E. Windows color (decimal): -16754845 or 6510336. OLE color: 6510336.
HSL color Cylindrical-coordinate representation of color #005763: hue angle of 187.27º 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 #005763 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 87 | 99 | - |
| CMYK | 1 | 0.12 | 0 | 0.61 |
| HSL | 187.27º | 1% | 0.19% | - |
| HSV(B) | 187.27º | 1% | 0.39% | - |
| XYZ | 5.66 | 7.72 | 13 | - |
| YUV | 62.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 99 | 1 | 0.12 | 0 | 0.61 | 187.27 | 1 | 0.19 |
| Hex | 0 | 57 | 63 | 64 | C | 0 | 3D | BB | 64 | 13 |
| Octal | 0 | 127 | 143 | 144 | 14 | 0 | 75 | 273 | 144 | 23 |
| Binary | 0 | 1010111 | 1100011 | 1100100 | 1100 | 0 | 111101 | 10111011 | 1100100 | 10011 |
Color Harmonies of #005763
Complementary color
Monochromatic Colors of #005763
Black with #005763
Text Example
Text Example
White with #005763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005763; }
p { color: rgb(0,87,99); }
H1.HeaderClassName
{
color: #005763;
}
.AnyTagClassName
{
color: #005763;
}
</style>
background-color css
<style>
a { background-color: #005763; }
a { background-color: rgb(0,87,99); }
div.DivClassName
{
background-color: #005763;
}
.BgClassName
{
background-color: #005763;
}
</style>
border-color css
<style>
span { border-color: #005763; }
span { border-color: rgb(0,87,99); }
td.TdClassName
{
border-color: #005763;
}
.TagClassName
{
border-color: #005763;
}
</style>