Shades of Blue Lagoon #056188
Tints of Blue Lagoon #056188
RGB
CMYK
RGB Variations
Color information
#056188 (or 0x056188) is known color: Blue Lagoon. HEX triplet: 05, 61 and 88. RGB value is (5,97,136). Sum of RGB (Red+Green+Blue) = 5+97+136=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #056188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056188 is #FA9E77. Grayscale: #494949. Windows color (decimal): -16424568 or 8937733. OLE color: 8937733.
HSL color Cylindrical-coordinate representation of color #056188: hue angle of 197.86º 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 #056188 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 97 | 136 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.47 |
| HSL | 197.86º | 0.93% | 0.28% | - |
| HSV(B) | 197.86º | 0.96% | 0.53% | - |
| XYZ | 8.78 | 10.36 | 24.83 | - |
| YUV | 73.94 | 163.02 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 136 | 0.96 | 0.29 | 0 | 0.47 | 197.86 | 0.93 | 0.28 |
| Hex | 5 | 61 | 88 | 60 | 1D | 0 | 2F | C6 | 5D | 1C |
| Octal | 5 | 141 | 210 | 140 | 35 | 0 | 57 | 306 | 135 | 34 |
| Binary | 101 | 1100001 | 10001000 | 1100000 | 11101 | 0 | 101111 | 11000110 | 1011101 | 11100 |
Color Harmonies of #056188
Complementary color
Monochromatic Colors of #056188
Black with #056188
Text Example
Text Example
White with #056188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056188; }
p { color: rgb(5,97,136); }
H1.HeaderClassName
{
color: #056188;
}
.AnyTagClassName
{
color: #056188;
}
</style>
background-color css
<style>
a { background-color: #056188; }
a { background-color: rgb(5,97,136); }
div.DivClassName
{
background-color: #056188;
}
.BgClassName
{
background-color: #056188;
}
</style>
border-color css
<style>
span { border-color: #056188; }
span { border-color: rgb(5,97,136); }
td.TdClassName
{
border-color: #056188;
}
.TagClassName
{
border-color: #056188;
}
</style>