Shades of Blue Lagoon #056081
Tints of Blue Lagoon #056081
RGB
CMYK
RGB Variations
Color information
#056081 (or 0x056081) is known color: Blue Lagoon. HEX triplet: 05, 60 and 81. RGB value is (5,96,129). Sum of RGB (Red+Green+Blue) = 5+96+129=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #056081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056081 is #FA9F7E. Grayscale: #484848. Windows color (decimal): -16424831 or 8478725. OLE color: 8478725.
HSL color Cylindrical-coordinate representation of color #056081: hue angle of 195.97º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056081 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 96 | 129 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.49 |
| HSL | 195.97º | 0.93% | 0.26% | - |
| HSV(B) | 195.97º | 0.96% | 0.51% | - |
| XYZ | 8.21 | 9.98 | 22.26 | - |
| YUV | 72.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 129 | 0.96 | 0.26 | 0 | 0.49 | 195.97 | 0.93 | 0.26 |
| Hex | 5 | 60 | 81 | 60 | 1A | 0 | 31 | C4 | 5D | 1A |
| Octal | 5 | 140 | 201 | 140 | 32 | 0 | 61 | 304 | 135 | 32 |
| Binary | 101 | 1100000 | 10000001 | 1100000 | 11010 | 0 | 110001 | 11000100 | 1011101 | 11010 |
Color Harmonies of #056081
Complementary color
Monochromatic Colors of #056081
Black with #056081
Text Example
Text Example
White with #056081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056081; }
p { color: rgb(5,96,129); }
H1.HeaderClassName
{
color: #056081;
}
.AnyTagClassName
{
color: #056081;
}
</style>
background-color css
<style>
a { background-color: #056081; }
a { background-color: rgb(5,96,129); }
div.DivClassName
{
background-color: #056081;
}
.BgClassName
{
background-color: #056081;
}
</style>
border-color css
<style>
span { border-color: #056081; }
span { border-color: rgb(5,96,129); }
td.TdClassName
{
border-color: #056081;
}
.TagClassName
{
border-color: #056081;
}
</style>