Shades of Blue Lagoon #056870
Tints of Blue Lagoon #056870
RGB
CMYK
RGB Variations
Color information
#056870 (or 0x056870) is known color: Blue Lagoon. HEX triplet: 05, 68 and 70. RGB value is (5,104,112). Sum of RGB (Red+Green+Blue) = 5+104+112=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #056870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056870 is #FA978F. Grayscale: #4B4B4B. Windows color (decimal): -16422800 or 7366661. OLE color: 7366661.
HSL color Cylindrical-coordinate representation of color #056870: hue angle of 184.49º 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 #056870 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 104 | 112 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.56 |
| HSL | 184.49º | 0.91% | 0.23% | - |
| HSV(B) | 184.49º | 0.96% | 0.44% | - |
| XYZ | 7.94 | 11.1 | 17.05 | - |
| YUV | 75.31 | 148.7 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 112 | 0.96 | 0.07 | 0 | 0.56 | 184.49 | 0.91 | 0.23 |
| Hex | 5 | 68 | 70 | 60 | 7 | 0 | 38 | B8 | 5B | 17 |
| Octal | 5 | 150 | 160 | 140 | 7 | 0 | 70 | 270 | 133 | 27 |
| Binary | 101 | 1101000 | 1110000 | 1100000 | 111 | 0 | 111000 | 10111000 | 1011011 | 10111 |
Color Harmonies of #056870
Complementary color
Monochromatic Colors of #056870
Black with #056870
Text Example
Text Example
White with #056870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056870; }
p { color: rgb(5,104,112); }
H1.HeaderClassName
{
color: #056870;
}
.AnyTagClassName
{
color: #056870;
}
</style>
background-color css
<style>
a { background-color: #056870; }
a { background-color: rgb(5,104,112); }
div.DivClassName
{
background-color: #056870;
}
.BgClassName
{
background-color: #056870;
}
</style>
border-color css
<style>
span { border-color: #056870; }
span { border-color: rgb(5,104,112); }
td.TdClassName
{
border-color: #056870;
}
.TagClassName
{
border-color: #056870;
}
</style>