Shades of Blue Lagoon #056389
Tints of Blue Lagoon #056389
RGB
CMYK
RGB Variations
Color information
#056389 (or 0x056389) is known color: Blue Lagoon. HEX triplet: 05, 63 and 89. RGB value is (5,99,137). Sum of RGB (Red+Green+Blue) = 5+99+137=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #056389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056389 is #FA9C76. Grayscale: #4A4A4A. Windows color (decimal): -16424055 or 9003781. OLE color: 9003781.
HSL color Cylindrical-coordinate representation of color #056389: hue angle of 197.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056389 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 99 | 137 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.46 |
| HSL | 197.27º | 0.93% | 0.28% | - |
| HSV(B) | 197.27º | 0.96% | 0.54% | - |
| XYZ | 9.04 | 10.76 | 25.27 | - |
| YUV | 75.23 | 162.86 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 137 | 0.96 | 0.28 | 0 | 0.46 | 197.27 | 0.93 | 0.28 |
| Hex | 5 | 63 | 89 | 60 | 1C | 0 | 2E | C5 | 5D | 1C |
| Octal | 5 | 143 | 211 | 140 | 34 | 0 | 56 | 305 | 135 | 34 |
| Binary | 101 | 1100011 | 10001001 | 1100000 | 11100 | 0 | 101110 | 11000101 | 1011101 | 11100 |
Color Harmonies of #056389
Complementary color
Monochromatic Colors of #056389
Black with #056389
Text Example
Text Example
White with #056389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056389; }
p { color: rgb(5,99,137); }
H1.HeaderClassName
{
color: #056389;
}
.AnyTagClassName
{
color: #056389;
}
</style>
background-color css
<style>
a { background-color: #056389; }
a { background-color: rgb(5,99,137); }
div.DivClassName
{
background-color: #056389;
}
.BgClassName
{
background-color: #056389;
}
</style>
border-color css
<style>
span { border-color: #056389; }
span { border-color: rgb(5,99,137); }
td.TdClassName
{
border-color: #056389;
}
.TagClassName
{
border-color: #056389;
}
</style>