Shades of Blue Lagoon #056E74
Tints of Blue Lagoon #056E74
RGB
CMYK
RGB Variations
Color information
#056E74 (or 0x056E74) is known color: Blue Lagoon. HEX triplet: 05, 6E and 74. RGB value is (5,110,116). Sum of RGB (Red+Green+Blue) = 5+110+116=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #056E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E74 is #FA918B. Grayscale: #4F4F4F. Windows color (decimal): -16421260 or 7630341. OLE color: 7630341.
HSL color Cylindrical-coordinate representation of color #056E74: hue angle of 183.24º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E74 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 110 | 116 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.55 |
| HSL | 183.24º | 0.92% | 0.24% | - |
| HSV(B) | 183.24º | 0.96% | 0.45% | - |
| XYZ | 8.79 | 12.45 | 18.46 | - |
| YUV | 79.29 | 148.71 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 110 | 116 | 0.96 | 0.05 | 0 | 0.55 | 183.24 | 0.92 | 0.24 |
| Hex | 5 | 6E | 74 | 60 | 5 | 0 | 37 | B7 | 5C | 18 |
| Octal | 5 | 156 | 164 | 140 | 5 | 0 | 67 | 267 | 134 | 30 |
| Binary | 101 | 1101110 | 1110100 | 1100000 | 101 | 0 | 110111 | 10110111 | 1011100 | 11000 |
Color Harmonies of #056E74
Complementary color
Monochromatic Colors of #056E74
Black with #056E74
Text Example
Text Example
White with #056E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056E74; }
p { color: rgb(5,110,116); }
H1.HeaderClassName
{
color: #056E74;
}
.AnyTagClassName
{
color: #056E74;
}
</style>
background-color css
<style>
a { background-color: #056E74; }
a { background-color: rgb(5,110,116); }
div.DivClassName
{
background-color: #056E74;
}
.BgClassName
{
background-color: #056E74;
}
</style>
border-color css
<style>
span { border-color: #056E74; }
span { border-color: rgb(5,110,116); }
td.TdClassName
{
border-color: #056E74;
}
.TagClassName
{
border-color: #056E74;
}
</style>