Shades of Blue Lagoon #056A7B
Tints of Blue Lagoon #056A7B
RGB
CMYK
RGB Variations
Color information
#056A7B (or 0x056A7B) is known color: Blue Lagoon. HEX triplet: 05, 6A and 7B. RGB value is (5,106,123). Sum of RGB (Red+Green+Blue) = 5+106+123=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #056A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056A7B is #FA9584. Grayscale: #4D4D4D. Windows color (decimal): -16422277 or 8088069. OLE color: 8088069.
HSL color Cylindrical-coordinate representation of color #056A7B: hue angle of 188.64º 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 #056A7B is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 106 | 123 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.52 |
| HSL | 188.64º | 0.92% | 0.25% | - |
| HSV(B) | 188.64º | 0.96% | 0.48% | - |
| XYZ | 8.79 | 11.77 | 20.55 | - |
| YUV | 77.74 | 153.54 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 106 | 123 | 0.96 | 0.14 | 0 | 0.52 | 188.64 | 0.92 | 0.25 |
| Hex | 5 | 6A | 7B | 60 | E | 0 | 34 | BD | 5C | 19 |
| Octal | 5 | 152 | 173 | 140 | 16 | 0 | 64 | 275 | 134 | 31 |
| Binary | 101 | 1101010 | 1111011 | 1100000 | 1110 | 0 | 110100 | 10111101 | 1011100 | 11001 |
Color Harmonies of #056A7B
Complementary color
Monochromatic Colors of #056A7B
Black with #056A7B
Text Example
Text Example
White with #056A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056A7B; }
p { color: rgb(5,106,123); }
H1.HeaderClassName
{
color: #056A7B;
}
.AnyTagClassName
{
color: #056A7B;
}
</style>
background-color css
<style>
a { background-color: #056A7B; }
a { background-color: rgb(5,106,123); }
div.DivClassName
{
background-color: #056A7B;
}
.BgClassName
{
background-color: #056A7B;
}
</style>
border-color css
<style>
span { border-color: #056A7B; }
span { border-color: rgb(5,106,123); }
td.TdClassName
{
border-color: #056A7B;
}
.TagClassName
{
border-color: #056A7B;
}
</style>