Shades of Blue Lagoon #056671
Tints of Blue Lagoon #056671
RGB
CMYK
RGB Variations
Color information
#056671 (or 0x056671) is known color: Blue Lagoon. HEX triplet: 05, 66 and 71. RGB value is (5,102,113). Sum of RGB (Red+Green+Blue) = 5+102+113=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #056671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056671 is #FA998E. Grayscale: #4A4A4A. Windows color (decimal): -16423311 or 7431685. OLE color: 7431685.
HSL color Cylindrical-coordinate representation of color #056671: hue angle of 186.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056671 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 102 | 113 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.56 |
| HSL | 186.11º | 0.92% | 0.23% | - |
| HSV(B) | 186.11º | 0.96% | 0.44% | - |
| XYZ | 7.79 | 10.73 | 17.28 | - |
| YUV | 74.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 113 | 0.96 | 0.10 | 0 | 0.56 | 186.11 | 0.92 | 0.23 |
| Hex | 5 | 66 | 71 | 60 | A | 0 | 38 | BA | 5C | 17 |
| Octal | 5 | 146 | 161 | 140 | 12 | 0 | 70 | 272 | 134 | 27 |
| Binary | 101 | 1100110 | 1110001 | 1100000 | 1010 | 0 | 111000 | 10111010 | 1011100 | 10111 |
Color Harmonies of #056671
Complementary color
Monochromatic Colors of #056671
Black with #056671
Text Example
Text Example
White with #056671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056671; }
p { color: rgb(5,102,113); }
H1.HeaderClassName
{
color: #056671;
}
.AnyTagClassName
{
color: #056671;
}
</style>
background-color css
<style>
a { background-color: #056671; }
a { background-color: rgb(5,102,113); }
div.DivClassName
{
background-color: #056671;
}
.BgClassName
{
background-color: #056671;
}
</style>
border-color css
<style>
span { border-color: #056671; }
span { border-color: rgb(5,102,113); }
td.TdClassName
{
border-color: #056671;
}
.TagClassName
{
border-color: #056671;
}
</style>