Shades of Blue Lagoon #056B70
Tints of Blue Lagoon #056B70
RGB
CMYK
RGB Variations
Color information
#056B70 (or 0x056B70) is known color: Blue Lagoon. HEX triplet: 05, 6B and 70. RGB value is (5,107,112). Sum of RGB (Red+Green+Blue) = 5+107+112=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #056B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056B70 is #FA948F. Grayscale: #4C4C4C. Windows color (decimal): -16422032 or 7367429. OLE color: 7367429.
HSL color Cylindrical-coordinate representation of color #056B70: hue angle of 182.8º 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 #056B70 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 107 | 112 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.56 |
| HSL | 182.8º | 0.91% | 0.23% | - |
| HSV(B) | 182.8º | 0.96% | 0.44% | - |
| XYZ | 8.24 | 11.72 | 17.16 | - |
| YUV | 77.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 107 | 112 | 0.96 | 0.04 | 0 | 0.56 | 182.8 | 0.91 | 0.23 |
| Hex | 5 | 6B | 70 | 60 | 4 | 0 | 38 | B7 | 5B | 17 |
| Octal | 5 | 153 | 160 | 140 | 4 | 0 | 70 | 267 | 133 | 27 |
| Binary | 101 | 1101011 | 1110000 | 1100000 | 100 | 0 | 111000 | 10110111 | 1011011 | 10111 |
Color Harmonies of #056B70
Complementary color
Monochromatic Colors of #056B70
Black with #056B70
Text Example
Text Example
White with #056B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056B70; }
p { color: rgb(5,107,112); }
H1.HeaderClassName
{
color: #056B70;
}
.AnyTagClassName
{
color: #056B70;
}
</style>
background-color css
<style>
a { background-color: #056B70; }
a { background-color: rgb(5,107,112); }
div.DivClassName
{
background-color: #056B70;
}
.BgClassName
{
background-color: #056B70;
}
</style>
border-color css
<style>
span { border-color: #056B70; }
span { border-color: rgb(5,107,112); }
td.TdClassName
{
border-color: #056B70;
}
.TagClassName
{
border-color: #056B70;
}
</style>