Shades of Blue Lagoon #056C7E
Tints of Blue Lagoon #056C7E
RGB
CMYK
RGB Variations
Color information
#056C7E (or 0x056C7E) is known color: Blue Lagoon. HEX triplet: 05, 6C and 7E. RGB value is (5,108,126). Sum of RGB (Red+Green+Blue) = 5+108+126=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #056C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C7E is #FA9381. Grayscale: #4F4F4F. Windows color (decimal): -16421762 or 8285189. OLE color: 8285189.
HSL color Cylindrical-coordinate representation of color #056C7E: hue angle of 188.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056C7E is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 108 | 126 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.51 |
| HSL | 188.93º | 0.92% | 0.26% | - |
| HSV(B) | 188.93º | 0.96% | 0.49% | - |
| XYZ | 9.19 | 12.26 | 21.62 | - |
| YUV | 79.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 126 | 0.96 | 0.14 | 0 | 0.51 | 188.93 | 0.92 | 0.26 |
| Hex | 5 | 6C | 7E | 60 | E | 0 | 33 | BD | 5C | 1A |
| Octal | 5 | 154 | 176 | 140 | 16 | 0 | 63 | 275 | 134 | 32 |
| Binary | 101 | 1101100 | 1111110 | 1100000 | 1110 | 0 | 110011 | 10111101 | 1011100 | 11010 |
Color Harmonies of #056C7E
Complementary color
Monochromatic Colors of #056C7E
Black with #056C7E
Text Example
Text Example
White with #056C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C7E; }
p { color: rgb(5,108,126); }
H1.HeaderClassName
{
color: #056C7E;
}
.AnyTagClassName
{
color: #056C7E;
}
</style>
background-color css
<style>
a { background-color: #056C7E; }
a { background-color: rgb(5,108,126); }
div.DivClassName
{
background-color: #056C7E;
}
.BgClassName
{
background-color: #056C7E;
}
</style>
border-color css
<style>
span { border-color: #056C7E; }
span { border-color: rgb(5,108,126); }
td.TdClassName
{
border-color: #056C7E;
}
.TagClassName
{
border-color: #056C7E;
}
</style>