Shades of Blue Lagoon #056688
Tints of Blue Lagoon #056688
RGB
CMYK
RGB Variations
Color information
#056688 (or 0x056688) is known color: Blue Lagoon. HEX triplet: 05, 66 and 88. RGB value is (5,102,136). Sum of RGB (Red+Green+Blue) = 5+102+136=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #056688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056688 is #FA9977. Grayscale: #4C4C4C. Windows color (decimal): -16423288 or 8939013. OLE color: 8939013.
HSL color Cylindrical-coordinate representation of color #056688: hue angle of 195.57º 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 #056688 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 102 | 136 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.47 |
| HSL | 195.57º | 0.93% | 0.28% | - |
| HSV(B) | 195.57º | 0.96% | 0.53% | - |
| XYZ | 9.26 | 11.31 | 24.99 | - |
| YUV | 76.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 136 | 0.96 | 0.25 | 0 | 0.47 | 195.57 | 0.93 | 0.28 |
| Hex | 5 | 66 | 88 | 60 | 19 | 0 | 2F | C4 | 5D | 1C |
| Octal | 5 | 146 | 210 | 140 | 31 | 0 | 57 | 304 | 135 | 34 |
| Binary | 101 | 1100110 | 10001000 | 1100000 | 11001 | 0 | 101111 | 11000100 | 1011101 | 11100 |
Color Harmonies of #056688
Complementary color
Monochromatic Colors of #056688
Black with #056688
Text Example
Text Example
White with #056688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056688; }
p { color: rgb(5,102,136); }
H1.HeaderClassName
{
color: #056688;
}
.AnyTagClassName
{
color: #056688;
}
</style>
background-color css
<style>
a { background-color: #056688; }
a { background-color: rgb(5,102,136); }
div.DivClassName
{
background-color: #056688;
}
.BgClassName
{
background-color: #056688;
}
</style>
border-color css
<style>
span { border-color: #056688; }
span { border-color: rgb(5,102,136); }
td.TdClassName
{
border-color: #056688;
}
.TagClassName
{
border-color: #056688;
}
</style>