Shades of Blue Lagoon #056A7A
Tints of Blue Lagoon #056A7A
RGB
CMYK
RGB Variations
Color information
#056A7A (or 0x056A7A) is known color: Blue Lagoon. HEX triplet: 05, 6A and 7A. RGB value is (5,106,122). Sum of RGB (Red+Green+Blue) = 5+106+122=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #056A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A7A is #FA9585. Grayscale: #4D4D4D. Windows color (decimal): -16422278 or 8022533. OLE color: 8022533.
HSL color Cylindrical-coordinate representation of color #056A7A: hue angle of 188.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056A7A is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 106 | 122 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.52 |
| HSL | 188.21º | 0.92% | 0.25% | - |
| HSV(B) | 188.21º | 0.96% | 0.48% | - |
| XYZ | 8.73 | 11.75 | 20.22 | - |
| YUV | 77.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 122 | 0.96 | 0.13 | 0 | 0.52 | 188.21 | 0.92 | 0.25 |
| Hex | 5 | 6A | 7A | 60 | D | 0 | 34 | BC | 5C | 19 |
| Octal | 5 | 152 | 172 | 140 | 15 | 0 | 64 | 274 | 134 | 31 |
| Binary | 101 | 1101010 | 1111010 | 1100000 | 1101 | 0 | 110100 | 10111100 | 1011100 | 11001 |
Color Harmonies of #056A7A
Complementary color
Monochromatic Colors of #056A7A
Black with #056A7A
Text Example
Text Example
White with #056A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A7A; }
p { color: rgb(5,106,122); }
H1.HeaderClassName
{
color: #056A7A;
}
.AnyTagClassName
{
color: #056A7A;
}
</style>
background-color css
<style>
a { background-color: #056A7A; }
a { background-color: rgb(5,106,122); }
div.DivClassName
{
background-color: #056A7A;
}
.BgClassName
{
background-color: #056A7A;
}
</style>
border-color css
<style>
span { border-color: #056A7A; }
span { border-color: rgb(5,106,122); }
td.TdClassName
{
border-color: #056A7A;
}
.TagClassName
{
border-color: #056A7A;
}
</style>