Shades of Blue Lagoon #056078
Tints of Blue Lagoon #056078
RGB
CMYK
RGB Variations
Color information
#056078 (or 0x056078) is known color: Blue Lagoon. HEX triplet: 05, 60 and 78. RGB value is (5,96,120). Sum of RGB (Red+Green+Blue) = 5+96+120=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #056078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056078 is #FA9F87. Grayscale: #474747. Windows color (decimal): -16424840 or 7888901. OLE color: 7888901.
HSL color Cylindrical-coordinate representation of color #056078: hue angle of 192.52º 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 #056078 is Cyan = 0.96, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 96 | 120 | - |
| CMYK | 0.96 | 0.2 | 0 | 0.53 |
| HSL | 192.52º | 0.92% | 0.25% | - |
| HSV(B) | 192.52º | 0.96% | 0.47% | - |
| XYZ | 7.64 | 9.75 | 19.25 | - |
| YUV | 71.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 120 | 0.96 | 0.2 | 0 | 0.53 | 192.52 | 0.92 | 0.25 |
| Hex | 5 | 60 | 78 | 60 | 14 | 0 | 35 | C1 | 5C | 19 |
| Octal | 5 | 140 | 170 | 140 | 24 | 0 | 65 | 301 | 134 | 31 |
| Binary | 101 | 1100000 | 1111000 | 1100000 | 10100 | 0 | 110101 | 11000001 | 1011100 | 11001 |
Color Harmonies of #056078
Complementary color
Monochromatic Colors of #056078
Black with #056078
Text Example
Text Example
White with #056078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056078; }
p { color: rgb(5,96,120); }
H1.HeaderClassName
{
color: #056078;
}
.AnyTagClassName
{
color: #056078;
}
</style>
background-color css
<style>
a { background-color: #056078; }
a { background-color: rgb(5,96,120); }
div.DivClassName
{
background-color: #056078;
}
.BgClassName
{
background-color: #056078;
}
</style>
border-color css
<style>
span { border-color: #056078; }
span { border-color: rgb(5,96,120); }
td.TdClassName
{
border-color: #056078;
}
.TagClassName
{
border-color: #056078;
}
</style>