Shades of Blue Lagoon #056D7F
Tints of Blue Lagoon #056D7F
RGB
CMYK
RGB Variations
Color information
#056D7F (or 0x056D7F) is known color: Blue Lagoon. HEX triplet: 05, 6D and 7F. RGB value is (5,109,127). Sum of RGB (Red+Green+Blue) = 5+109+127=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #056D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D7F is #FA9280. Grayscale: #4F4F4F. Windows color (decimal): -16421505 or 8350981. OLE color: 8350981.
HSL color Cylindrical-coordinate representation of color #056D7F: hue angle of 188.85º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D7F is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 109 | 127 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.50 |
| HSL | 188.85º | 0.92% | 0.26% | - |
| HSV(B) | 188.85º | 0.96% | 0.5% | - |
| XYZ | 9.36 | 12.5 | 22 | - |
| YUV | 79.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 127 | 0.96 | 0.14 | 0 | 0.50 | 188.85 | 0.92 | 0.26 |
| Hex | 5 | 6D | 7F | 60 | E | 0 | 32 | BD | 5C | 1A |
| Octal | 5 | 155 | 177 | 140 | 16 | 0 | 62 | 275 | 134 | 32 |
| Binary | 101 | 1101101 | 1111111 | 1100000 | 1110 | 0 | 110010 | 10111101 | 1011100 | 11010 |
Color Harmonies of #056D7F
Complementary color
Monochromatic Colors of #056D7F
Black with #056D7F
Text Example
Text Example
White with #056D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D7F; }
p { color: rgb(5,109,127); }
H1.HeaderClassName
{
color: #056D7F;
}
.AnyTagClassName
{
color: #056D7F;
}
</style>
background-color css
<style>
a { background-color: #056D7F; }
a { background-color: rgb(5,109,127); }
div.DivClassName
{
background-color: #056D7F;
}
.BgClassName
{
background-color: #056D7F;
}
</style>
border-color css
<style>
span { border-color: #056D7F; }
span { border-color: rgb(5,109,127); }
td.TdClassName
{
border-color: #056D7F;
}
.TagClassName
{
border-color: #056D7F;
}
</style>