Shades of Blue Lagoon #056679
Tints of Blue Lagoon #056679
RGB
CMYK
RGB Variations
Color information
#056679 (or 0x056679) is known color: Blue Lagoon. HEX triplet: 05, 66 and 79. RGB value is (5,102,121). Sum of RGB (Red+Green+Blue) = 5+102+121=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #056679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056679 is #FA9986. Grayscale: #4A4A4A. Windows color (decimal): -16423303 or 7955973. OLE color: 7955973.
HSL color Cylindrical-coordinate representation of color #056679: hue angle of 189.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056679 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 102 | 121 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.53 |
| HSL | 189.83º | 0.92% | 0.25% | - |
| HSV(B) | 189.83º | 0.96% | 0.47% | - |
| XYZ | 8.27 | 10.92 | 19.76 | - |
| YUV | 75.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 102 | 121 | 0.96 | 0.16 | 0 | 0.53 | 189.83 | 0.92 | 0.25 |
| Hex | 5 | 66 | 79 | 60 | 10 | 0 | 35 | BE | 5C | 19 |
| Octal | 5 | 146 | 171 | 140 | 20 | 0 | 65 | 276 | 134 | 31 |
| Binary | 101 | 1100110 | 1111001 | 1100000 | 10000 | 0 | 110101 | 10111110 | 1011100 | 11001 |
Color Harmonies of #056679
Complementary color
Monochromatic Colors of #056679
Black with #056679
Text Example
Text Example
White with #056679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056679; }
p { color: rgb(5,102,121); }
H1.HeaderClassName
{
color: #056679;
}
.AnyTagClassName
{
color: #056679;
}
</style>
background-color css
<style>
a { background-color: #056679; }
a { background-color: rgb(5,102,121); }
div.DivClassName
{
background-color: #056679;
}
.BgClassName
{
background-color: #056679;
}
</style>
border-color css
<style>
span { border-color: #056679; }
span { border-color: rgb(5,102,121); }
td.TdClassName
{
border-color: #056679;
}
.TagClassName
{
border-color: #056679;
}
</style>