Shades of Blue Lagoon #005766
Tints of Blue Lagoon #005766
RGB
CMYK
RGB Variations
Color information
#005766 (or 0x005766) is known color: Blue Lagoon. HEX triplet: 00, 57 and 66. RGB value is (0,87,102). Sum of RGB (Red+Green+Blue) = 0+87+102=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #005766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005766 is #FFA899. Grayscale: #3E3E3E. Windows color (decimal): -16754842 or 6706944. OLE color: 6706944.
HSL color Cylindrical-coordinate representation of color #005766: hue angle of 188.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005766 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 87 | 102 | - |
| CMYK | 1 | 0.15 | 0 | 0.6 |
| HSL | 188.82º | 1% | 0.2% | - |
| HSV(B) | 188.82º | 1% | 0.4% | - |
| XYZ | 5.81 | 7.78 | 13.77 | - |
| YUV | 62.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 102 | 1 | 0.15 | 0 | 0.6 | 188.82 | 1 | 0.2 |
| Hex | 0 | 57 | 66 | 64 | F | 0 | 3C | BD | 64 | 14 |
| Octal | 0 | 127 | 146 | 144 | 17 | 0 | 74 | 275 | 144 | 24 |
| Binary | 0 | 1010111 | 1100110 | 1100100 | 1111 | 0 | 111100 | 10111101 | 1100100 | 10100 |
Color Harmonies of #005766
Complementary color
Monochromatic Colors of #005766
Black with #005766
Text Example
Text Example
White with #005766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005766; }
p { color: rgb(0,87,102); }
H1.HeaderClassName
{
color: #005766;
}
.AnyTagClassName
{
color: #005766;
}
</style>
background-color css
<style>
a { background-color: #005766; }
a { background-color: rgb(0,87,102); }
div.DivClassName
{
background-color: #005766;
}
.BgClassName
{
background-color: #005766;
}
</style>
border-color css
<style>
span { border-color: #005766; }
span { border-color: rgb(0,87,102); }
td.TdClassName
{
border-color: #005766;
}
.TagClassName
{
border-color: #005766;
}
</style>