Shades of Blue Lagoon #056578
Tints of Blue Lagoon #056578
RGB
CMYK
RGB Variations
Color information
#056578 (or 0x056578) is known color: Blue Lagoon. HEX triplet: 05, 65 and 78. RGB value is (5,101,120). Sum of RGB (Red+Green+Blue) = 5+101+120=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #056578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056578 is #FA9A87. Grayscale: #4A4A4A. Windows color (decimal): -16423560 or 7890181. OLE color: 7890181.
HSL color Cylindrical-coordinate representation of color #056578: hue angle of 189.91º 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 #056578 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 101 | 120 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.53 |
| HSL | 189.91º | 0.92% | 0.25% | - |
| HSV(B) | 189.91º | 0.96% | 0.47% | - |
| XYZ | 8.11 | 10.7 | 19.41 | - |
| YUV | 74.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 120 | 0.96 | 0.16 | 0 | 0.53 | 189.91 | 0.92 | 0.25 |
| Hex | 5 | 65 | 78 | 60 | 10 | 0 | 35 | BE | 5C | 19 |
| Octal | 5 | 145 | 170 | 140 | 20 | 0 | 65 | 276 | 134 | 31 |
| Binary | 101 | 1100101 | 1111000 | 1100000 | 10000 | 0 | 110101 | 10111110 | 1011100 | 11001 |
Color Harmonies of #056578
Complementary color
Monochromatic Colors of #056578
Black with #056578
Text Example
Text Example
White with #056578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056578; }
p { color: rgb(5,101,120); }
H1.HeaderClassName
{
color: #056578;
}
.AnyTagClassName
{
color: #056578;
}
</style>
background-color css
<style>
a { background-color: #056578; }
a { background-color: rgb(5,101,120); }
div.DivClassName
{
background-color: #056578;
}
.BgClassName
{
background-color: #056578;
}
</style>
border-color css
<style>
span { border-color: #056578; }
span { border-color: rgb(5,101,120); }
td.TdClassName
{
border-color: #056578;
}
.TagClassName
{
border-color: #056578;
}
</style>