Shades of Blue Lagoon #056988
Tints of Blue Lagoon #056988
RGB
CMYK
RGB Variations
Color information
#056988 (or 0x056988) is known color: Blue Lagoon. HEX triplet: 05, 69 and 88. RGB value is (5,105,136). Sum of RGB (Red+Green+Blue) = 5+105+136=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #056988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056988 is #FA9677. Grayscale: #4E4E4E. Windows color (decimal): -16422520 or 8939781. OLE color: 8939781.
HSL color Cylindrical-coordinate representation of color #056988: hue angle of 194.2º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056988 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 105 | 136 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.47 |
| HSL | 194.2º | 0.93% | 0.28% | - |
| HSV(B) | 194.2º | 0.96% | 0.53% | - |
| XYZ | 9.56 | 11.91 | 25.09 | - |
| YUV | 78.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 136 | 0.96 | 0.23 | 0 | 0.47 | 194.2 | 0.93 | 0.28 |
| Hex | 5 | 69 | 88 | 60 | 17 | 0 | 2F | C2 | 5D | 1C |
| Octal | 5 | 151 | 210 | 140 | 27 | 0 | 57 | 302 | 135 | 34 |
| Binary | 101 | 1101001 | 10001000 | 1100000 | 10111 | 0 | 101111 | 11000010 | 1011101 | 11100 |
Color Harmonies of #056988
Complementary color
Monochromatic Colors of #056988
Black with #056988
Text Example
Text Example
White with #056988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056988; }
p { color: rgb(5,105,136); }
H1.HeaderClassName
{
color: #056988;
}
.AnyTagClassName
{
color: #056988;
}
</style>
background-color css
<style>
a { background-color: #056988; }
a { background-color: rgb(5,105,136); }
div.DivClassName
{
background-color: #056988;
}
.BgClassName
{
background-color: #056988;
}
</style>
border-color css
<style>
span { border-color: #056988; }
span { border-color: rgb(5,105,136); }
td.TdClassName
{
border-color: #056988;
}
.TagClassName
{
border-color: #056988;
}
</style>