Shades of Blue Lagoon #055E68
Tints of Blue Lagoon #055E68
RGB
CMYK
RGB Variations
Color information
#055E68 (or 0x055E68) is known color: Blue Lagoon. HEX triplet: 05, 5E and 68. RGB value is (5,94,104). Sum of RGB (Red+Green+Blue) = 5+94+104=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 94 (37.11% from 255 or 46.31% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #055E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055E68 is #FAA197. Grayscale: #444444. Windows color (decimal): -16425368 or 6839813. OLE color: 6839813.
HSL color Cylindrical-coordinate representation of color #055E68: hue angle of 186.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E68 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 94 | 104 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.59 |
| HSL | 186.06º | 0.91% | 0.21% | - |
| HSV(B) | 186.06º | 0.95% | 0.41% | - |
| XYZ | 6.56 | 9.04 | 14.5 | - |
| YUV | 68.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 94 | 104 | 0.95 | 0.10 | 0 | 0.59 | 186.06 | 0.91 | 0.21 |
| Hex | 5 | 5E | 68 | 5F | A | 0 | 3B | BA | 5B | 15 |
| Octal | 5 | 136 | 150 | 137 | 12 | 0 | 73 | 272 | 133 | 25 |
| Binary | 101 | 1011110 | 1101000 | 1011111 | 1010 | 0 | 111011 | 10111010 | 1011011 | 10101 |
Color Harmonies of #055E68
Complementary color
Monochromatic Colors of #055E68
Black with #055E68
Text Example
Text Example
White with #055E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055E68; }
p { color: rgb(5,94,104); }
H1.HeaderClassName
{
color: #055E68;
}
.AnyTagClassName
{
color: #055E68;
}
</style>
background-color css
<style>
a { background-color: #055E68; }
a { background-color: rgb(5,94,104); }
div.DivClassName
{
background-color: #055E68;
}
.BgClassName
{
background-color: #055E68;
}
</style>
border-color css
<style>
span { border-color: #055E68; }
span { border-color: rgb(5,94,104); }
td.TdClassName
{
border-color: #055E68;
}
.TagClassName
{
border-color: #055E68;
}
</style>