Shades of Blue Lagoon #056178
Tints of Blue Lagoon #056178
RGB
CMYK
RGB Variations
Color information
#056178 (or 0x056178) is known color: Blue Lagoon. HEX triplet: 05, 61 and 78. RGB value is (5,97,120). Sum of RGB (Red+Green+Blue) = 5+97+120=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #056178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056178 is #FA9E87. Grayscale: #474747. Windows color (decimal): -16424584 or 7889157. OLE color: 7889157.
HSL color Cylindrical-coordinate representation of color #056178: hue angle of 192º 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 #056178 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 97 | 120 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.53 |
| HSL | 192º | 0.92% | 0.25% | - |
| HSV(B) | 192º | 0.96% | 0.47% | - |
| XYZ | 7.73 | 9.94 | 19.28 | - |
| YUV | 72.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 120 | 0.96 | 0.19 | 0 | 0.53 | 192 | 0.92 | 0.25 |
| Hex | 5 | 61 | 78 | 60 | 13 | 0 | 35 | C0 | 5C | 19 |
| Octal | 5 | 141 | 170 | 140 | 23 | 0 | 65 | 300 | 134 | 31 |
| Binary | 101 | 1100001 | 1111000 | 1100000 | 10011 | 0 | 110101 | 11000000 | 1011100 | 11001 |
Color Harmonies of #056178
Complementary color
Monochromatic Colors of #056178
Black with #056178
Text Example
Text Example
White with #056178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056178; }
p { color: rgb(5,97,120); }
H1.HeaderClassName
{
color: #056178;
}
.AnyTagClassName
{
color: #056178;
}
</style>
background-color css
<style>
a { background-color: #056178; }
a { background-color: rgb(5,97,120); }
div.DivClassName
{
background-color: #056178;
}
.BgClassName
{
background-color: #056178;
}
</style>
border-color css
<style>
span { border-color: #056178; }
span { border-color: rgb(5,97,120); }
td.TdClassName
{
border-color: #056178;
}
.TagClassName
{
border-color: #056178;
}
</style>