Shades of Blue Lagoon #056D73
Tints of Blue Lagoon #056D73
RGB
CMYK
RGB Variations
Color information
#056D73 (or 0x056D73) is known color: Blue Lagoon. HEX triplet: 05, 6D and 73. RGB value is (5,109,115). Sum of RGB (Red+Green+Blue) = 5+109+115=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #056D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056D73 is #FA928C. Grayscale: #4E4E4E. Windows color (decimal): -16421517 or 7564549. OLE color: 7564549.
HSL color Cylindrical-coordinate representation of color #056D73: hue angle of 183.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056D73 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 109 | 115 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.55 |
| HSL | 183.27º | 0.92% | 0.24% | - |
| HSV(B) | 183.27º | 0.96% | 0.45% | - |
| XYZ | 8.63 | 12.21 | 18.12 | - |
| YUV | 78.59 | 148.54 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 109 | 115 | 0.96 | 0.05 | 0 | 0.55 | 183.27 | 0.92 | 0.24 |
| Hex | 5 | 6D | 73 | 60 | 5 | 0 | 37 | B7 | 5C | 18 |
| Octal | 5 | 155 | 163 | 140 | 5 | 0 | 67 | 267 | 134 | 30 |
| Binary | 101 | 1101101 | 1110011 | 1100000 | 101 | 0 | 110111 | 10110111 | 1011100 | 11000 |
Color Harmonies of #056D73
Complementary color
Monochromatic Colors of #056D73
Black with #056D73
Text Example
Text Example
White with #056D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056D73; }
p { color: rgb(5,109,115); }
H1.HeaderClassName
{
color: #056D73;
}
.AnyTagClassName
{
color: #056D73;
}
</style>
background-color css
<style>
a { background-color: #056D73; }
a { background-color: rgb(5,109,115); }
div.DivClassName
{
background-color: #056D73;
}
.BgClassName
{
background-color: #056D73;
}
</style>
border-color css
<style>
span { border-color: #056D73; }
span { border-color: rgb(5,109,115); }
td.TdClassName
{
border-color: #056D73;
}
.TagClassName
{
border-color: #056D73;
}
</style>