Shades of Blue Lagoon #056C81
Tints of Blue Lagoon #056C81
RGB
CMYK
RGB Variations
Color information
#056C81 (or 0x056C81) is known color: Blue Lagoon. HEX triplet: 05, 6C and 81. RGB value is (5,108,129). Sum of RGB (Red+Green+Blue) = 5+108+129=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #056C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056C81 is #FA937E. Grayscale: #4F4F4F. Windows color (decimal): -16421759 or 8481797. OLE color: 8481797.
HSL color Cylindrical-coordinate representation of color #056C81: hue angle of 190.16º 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 #056C81 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 108 | 129 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.49 |
| HSL | 190.16º | 0.93% | 0.26% | - |
| HSV(B) | 190.16º | 0.96% | 0.51% | - |
| XYZ | 9.39 | 12.34 | 22.66 | - |
| YUV | 79.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 108 | 129 | 0.96 | 0.16 | 0 | 0.49 | 190.16 | 0.93 | 0.26 |
| Hex | 5 | 6C | 81 | 60 | 10 | 0 | 31 | BE | 5D | 1A |
| Octal | 5 | 154 | 201 | 140 | 20 | 0 | 61 | 276 | 135 | 32 |
| Binary | 101 | 1101100 | 10000001 | 1100000 | 10000 | 0 | 110001 | 10111110 | 1011101 | 11010 |
Color Harmonies of #056C81
Complementary color
Monochromatic Colors of #056C81
Black with #056C81
Text Example
Text Example
White with #056C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056C81; }
p { color: rgb(5,108,129); }
H1.HeaderClassName
{
color: #056C81;
}
.AnyTagClassName
{
color: #056C81;
}
</style>
background-color css
<style>
a { background-color: #056C81; }
a { background-color: rgb(5,108,129); }
div.DivClassName
{
background-color: #056C81;
}
.BgClassName
{
background-color: #056C81;
}
</style>
border-color css
<style>
span { border-color: #056C81; }
span { border-color: rgb(5,108,129); }
td.TdClassName
{
border-color: #056C81;
}
.TagClassName
{
border-color: #056C81;
}
</style>