Shades of Blue Lagoon #115566
Tints of Blue Lagoon #115566
RGB
CMYK
RGB Variations
Color information
#115566 (or 0x115566) is known color: Blue Lagoon. HEX triplet: 11, 55 and 66. RGB value is (17,85,102). Sum of RGB (Red+Green+Blue) = 17+85+102=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #115566 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115566 is #EEAA99. Grayscale: #424242. Windows color (decimal): -15641242 or 6706449. OLE color: 6706449.
HSL color Cylindrical-coordinate representation of color #115566: hue angle of 192º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115566 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 85 | 102 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.6 |
| HSL | 192º | 0.71% | 0.23% | - |
| HSV(B) | 192º | 0.83% | 0.4% | - |
| XYZ | 5.88 | 7.58 | 13.72 | - |
| YUV | 66.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 102 | 0.83 | 0.17 | 0 | 0.6 | 192 | 0.71 | 0.23 |
| Hex | 11 | 55 | 66 | 53 | 11 | 0 | 3C | C0 | 47 | 17 |
| Octal | 21 | 125 | 146 | 123 | 21 | 0 | 74 | 300 | 107 | 27 |
| Binary | 10001 | 1010101 | 1100110 | 1010011 | 10001 | 0 | 111100 | 11000000 | 1000111 | 10111 |
Color Harmonies of #115566
Complementary color
Monochromatic Colors of #115566
Black with #115566
Text Example
Text Example
White with #115566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115566; }
p { color: rgb(17,85,102); }
H1.HeaderClassName
{
color: #115566;
}
.AnyTagClassName
{
color: #115566;
}
</style>
background-color css
<style>
a { background-color: #115566; }
a { background-color: rgb(17,85,102); }
div.DivClassName
{
background-color: #115566;
}
.BgClassName
{
background-color: #115566;
}
</style>
border-color css
<style>
span { border-color: #115566; }
span { border-color: rgb(17,85,102); }
td.TdClassName
{
border-color: #115566;
}
.TagClassName
{
border-color: #115566;
}
</style>