Shades of Blue Lagoon #056770
Tints of Blue Lagoon #056770
RGB
CMYK
RGB Variations
Color information
#056770 (or 0x056770) is known color: Blue Lagoon. HEX triplet: 05, 67 and 70. RGB value is (5,103,112). Sum of RGB (Red+Green+Blue) = 5+103+112=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #056770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056770 is #FA988F. Grayscale: #4A4A4A. Windows color (decimal): -16423056 or 7366405. OLE color: 7366405.
HSL color Cylindrical-coordinate representation of color #056770: hue angle of 185.05º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056770 is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 103 | 112 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.56 |
| HSL | 185.05º | 0.91% | 0.23% | - |
| HSV(B) | 185.05º | 0.96% | 0.44% | - |
| XYZ | 7.84 | 10.9 | 17.02 | - |
| YUV | 74.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 112 | 0.96 | 0.08 | 0 | 0.56 | 185.05 | 0.91 | 0.23 |
| Hex | 5 | 67 | 70 | 60 | 8 | 0 | 38 | B9 | 5B | 17 |
| Octal | 5 | 147 | 160 | 140 | 10 | 0 | 70 | 271 | 133 | 27 |
| Binary | 101 | 1100111 | 1110000 | 1100000 | 1000 | 0 | 111000 | 10111001 | 1011011 | 10111 |
Color Harmonies of #056770
Complementary color
Monochromatic Colors of #056770
Black with #056770
Text Example
Text Example
White with #056770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056770; }
p { color: rgb(5,103,112); }
H1.HeaderClassName
{
color: #056770;
}
.AnyTagClassName
{
color: #056770;
}
</style>
background-color css
<style>
a { background-color: #056770; }
a { background-color: rgb(5,103,112); }
div.DivClassName
{
background-color: #056770;
}
.BgClassName
{
background-color: #056770;
}
</style>
border-color css
<style>
span { border-color: #056770; }
span { border-color: rgb(5,103,112); }
td.TdClassName
{
border-color: #056770;
}
.TagClassName
{
border-color: #056770;
}
</style>