Shades of Blue Lagoon #056171
Tints of Blue Lagoon #056171
RGB
CMYK
RGB Variations
Color information
#056171 (or 0x056171) is known color: Blue Lagoon. HEX triplet: 05, 61 and 71. RGB value is (5,97,113). Sum of RGB (Red+Green+Blue) = 5+97+113=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #056171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056171 is #FA9E8E. Grayscale: #474747. Windows color (decimal): -16424591 or 7430405. OLE color: 7430405.
HSL color Cylindrical-coordinate representation of color #056171: hue angle of 188.89º 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 #056171 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 97 | 113 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.56 |
| HSL | 188.89º | 0.92% | 0.23% | - |
| HSV(B) | 188.89º | 0.96% | 0.44% | - |
| XYZ | 7.32 | 9.77 | 17.12 | - |
| YUV | 71.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 113 | 0.96 | 0.14 | 0 | 0.56 | 188.89 | 0.92 | 0.23 |
| Hex | 5 | 61 | 71 | 60 | E | 0 | 38 | BD | 5C | 17 |
| Octal | 5 | 141 | 161 | 140 | 16 | 0 | 70 | 275 | 134 | 27 |
| Binary | 101 | 1100001 | 1110001 | 1100000 | 1110 | 0 | 111000 | 10111101 | 1011100 | 10111 |
Color Harmonies of #056171
Complementary color
Monochromatic Colors of #056171
Black with #056171
Text Example
Text Example
White with #056171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056171; }
p { color: rgb(5,97,113); }
H1.HeaderClassName
{
color: #056171;
}
.AnyTagClassName
{
color: #056171;
}
</style>
background-color css
<style>
a { background-color: #056171; }
a { background-color: rgb(5,97,113); }
div.DivClassName
{
background-color: #056171;
}
.BgClassName
{
background-color: #056171;
}
</style>
border-color css
<style>
span { border-color: #056171; }
span { border-color: rgb(5,97,113); }
td.TdClassName
{
border-color: #056171;
}
.TagClassName
{
border-color: #056171;
}
</style>