Shades of Blue Lagoon #056586
Tints of Blue Lagoon #056586
RGB
CMYK
RGB Variations
Color information
#056586 (or 0x056586) is known color: Blue Lagoon. HEX triplet: 05, 65 and 86. RGB value is (5,101,134). Sum of RGB (Red+Green+Blue) = 5+101+134=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #056586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056586 is #FA9A79. Grayscale: #4B4B4B. Windows color (decimal): -16423546 or 8807685. OLE color: 8807685.
HSL color Cylindrical-coordinate representation of color #056586: hue angle of 195.35º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056586 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 101 | 134 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.47 |
| HSL | 195.35º | 0.93% | 0.27% | - |
| HSV(B) | 195.35º | 0.96% | 0.53% | - |
| XYZ | 9.02 | 11.06 | 24.21 | - |
| YUV | 76.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 134 | 0.96 | 0.25 | 0 | 0.47 | 195.35 | 0.93 | 0.27 |
| Hex | 5 | 65 | 86 | 60 | 19 | 0 | 2F | C3 | 5D | 1B |
| Octal | 5 | 145 | 206 | 140 | 31 | 0 | 57 | 303 | 135 | 33 |
| Binary | 101 | 1100101 | 10000110 | 1100000 | 11001 | 0 | 101111 | 11000011 | 1011101 | 11011 |
Color Harmonies of #056586
Complementary color
Monochromatic Colors of #056586
Black with #056586
Text Example
Text Example
White with #056586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056586; }
p { color: rgb(5,101,134); }
H1.HeaderClassName
{
color: #056586;
}
.AnyTagClassName
{
color: #056586;
}
</style>
background-color css
<style>
a { background-color: #056586; }
a { background-color: rgb(5,101,134); }
div.DivClassName
{
background-color: #056586;
}
.BgClassName
{
background-color: #056586;
}
</style>
border-color css
<style>
span { border-color: #056586; }
span { border-color: rgb(5,101,134); }
td.TdClassName
{
border-color: #056586;
}
.TagClassName
{
border-color: #056586;
}
</style>