Shades of Blue Lagoon #055E70
Tints of Blue Lagoon #055E70
RGB
CMYK
RGB Variations
Color information
#055E70 (or 0x055E70) is known color: Blue Lagoon. HEX triplet: 05, 5E and 70. RGB value is (5,94,112). Sum of RGB (Red+Green+Blue) = 5+94+112=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #055E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E70 is #FAA18F. Grayscale: #454545. Windows color (decimal): -16425360 or 7364101. OLE color: 7364101.
HSL color Cylindrical-coordinate representation of color #055E70: hue angle of 190.09º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055E70 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 94 | 112 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.56 |
| HSL | 190.09º | 0.91% | 0.23% | - |
| HSV(B) | 190.09º | 0.96% | 0.44% | - |
| XYZ | 6.99 | 9.21 | 16.74 | - |
| YUV | 69.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 112 | 0.96 | 0.16 | 0 | 0.56 | 190.09 | 0.91 | 0.23 |
| Hex | 5 | 5E | 70 | 60 | 10 | 0 | 38 | BE | 5B | 17 |
| Octal | 5 | 136 | 160 | 140 | 20 | 0 | 70 | 276 | 133 | 27 |
| Binary | 101 | 1011110 | 1110000 | 1100000 | 10000 | 0 | 111000 | 10111110 | 1011011 | 10111 |
Color Harmonies of #055E70
Complementary color
Monochromatic Colors of #055E70
Black with #055E70
Text Example
Text Example
White with #055E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E70; }
p { color: rgb(5,94,112); }
H1.HeaderClassName
{
color: #055E70;
}
.AnyTagClassName
{
color: #055E70;
}
</style>
background-color css
<style>
a { background-color: #055E70; }
a { background-color: rgb(5,94,112); }
div.DivClassName
{
background-color: #055E70;
}
.BgClassName
{
background-color: #055E70;
}
</style>
border-color css
<style>
span { border-color: #055E70; }
span { border-color: rgb(5,94,112); }
td.TdClassName
{
border-color: #055E70;
}
.TagClassName
{
border-color: #055E70;
}
</style>