Shades of Blue Lagoon #056281
Tints of Blue Lagoon #056281
RGB
CMYK
RGB Variations
Color information
#056281 (or 0x056281) is known color: Blue Lagoon. HEX triplet: 05, 62 and 81. RGB value is (5,98,129). Sum of RGB (Red+Green+Blue) = 5+98+129=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #056281 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056281 is #FA9D7E. Grayscale: #494949. Windows color (decimal): -16424319 or 8479237. OLE color: 8479237.
HSL color Cylindrical-coordinate representation of color #056281: hue angle of 195º 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 #056281 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 98 | 129 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.49 |
| HSL | 195º | 0.93% | 0.26% | - |
| HSV(B) | 195º | 0.96% | 0.51% | - |
| XYZ | 8.39 | 10.35 | 22.32 | - |
| YUV | 73.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 129 | 0.96 | 0.24 | 0 | 0.49 | 195 | 0.93 | 0.26 |
| Hex | 5 | 62 | 81 | 60 | 18 | 0 | 31 | C3 | 5D | 1A |
| Octal | 5 | 142 | 201 | 140 | 30 | 0 | 61 | 303 | 135 | 32 |
| Binary | 101 | 1100010 | 10000001 | 1100000 | 11000 | 0 | 110001 | 11000011 | 1011101 | 11010 |
Color Harmonies of #056281
Complementary color
Monochromatic Colors of #056281
Black with #056281
Text Example
Text Example
White with #056281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056281; }
p { color: rgb(5,98,129); }
H1.HeaderClassName
{
color: #056281;
}
.AnyTagClassName
{
color: #056281;
}
</style>
background-color css
<style>
a { background-color: #056281; }
a { background-color: rgb(5,98,129); }
div.DivClassName
{
background-color: #056281;
}
.BgClassName
{
background-color: #056281;
}
</style>
border-color css
<style>
span { border-color: #056281; }
span { border-color: rgb(5,98,129); }
td.TdClassName
{
border-color: #056281;
}
.TagClassName
{
border-color: #056281;
}
</style>