Shades of Blue Lagoon #056A76
Tints of Blue Lagoon #056A76
RGB
CMYK
RGB Variations
Color information
#056A76 (or 0x056A76) is known color: Blue Lagoon. HEX triplet: 05, 6A and 76. RGB value is (5,106,118). Sum of RGB (Red+Green+Blue) = 5+106+118=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #056A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A76 is #FA9589. Grayscale: #4D4D4D. Windows color (decimal): -16422282 or 7760389. OLE color: 7760389.
HSL color Cylindrical-coordinate representation of color #056A76: hue angle of 186.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A76 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 106 | 118 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.54 |
| HSL | 186.37º | 0.92% | 0.24% | - |
| HSV(B) | 186.37º | 0.96% | 0.46% | - |
| XYZ | 8.49 | 11.65 | 18.94 | - |
| YUV | 77.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 118 | 0.96 | 0.10 | 0 | 0.54 | 186.37 | 0.92 | 0.24 |
| Hex | 5 | 6A | 76 | 60 | A | 0 | 36 | BA | 5C | 18 |
| Octal | 5 | 152 | 166 | 140 | 12 | 0 | 66 | 272 | 134 | 30 |
| Binary | 101 | 1101010 | 1110110 | 1100000 | 1010 | 0 | 110110 | 10111010 | 1011100 | 11000 |
Color Harmonies of #056A76
Complementary color
Monochromatic Colors of #056A76
Black with #056A76
Text Example
Text Example
White with #056A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A76; }
p { color: rgb(5,106,118); }
H1.HeaderClassName
{
color: #056A76;
}
.AnyTagClassName
{
color: #056A76;
}
</style>
background-color css
<style>
a { background-color: #056A76; }
a { background-color: rgb(5,106,118); }
div.DivClassName
{
background-color: #056A76;
}
.BgClassName
{
background-color: #056A76;
}
</style>
border-color css
<style>
span { border-color: #056A76; }
span { border-color: rgb(5,106,118); }
td.TdClassName
{
border-color: #056A76;
}
.TagClassName
{
border-color: #056A76;
}
</style>