Shades of Blue Lagoon #055664
Tints of Blue Lagoon #055664
RGB
CMYK
RGB Variations
Color information
#055664 (or 0x055664) is known color: Blue Lagoon. HEX triplet: 05, 56 and 64. RGB value is (5,86,100). Sum of RGB (Red+Green+Blue) = 5+86+100=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 100 (39.45% from 255 or 52.36% from 191); Max value from RGB is 100 - color contains mainly: blue. Hex color #055664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055664 is #FAA99B. Grayscale: #3F3F3F. Windows color (decimal): -16427420 or 6575621. OLE color: 6575621.
HSL color Cylindrical-coordinate representation of color #055664: hue angle of 188.84º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055664 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 86 | 100 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.61 |
| HSL | 188.84º | 0.9% | 0.21% | - |
| HSV(B) | 188.84º | 0.95% | 0.39% | - |
| XYZ | 5.69 | 7.61 | 13.23 | - |
| YUV | 63.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 100 | 0.95 | 0.14 | 0 | 0.61 | 188.84 | 0.9 | 0.21 |
| Hex | 5 | 56 | 64 | 5F | E | 0 | 3D | BD | 5A | 15 |
| Octal | 5 | 126 | 144 | 137 | 16 | 0 | 75 | 275 | 132 | 25 |
| Binary | 101 | 1010110 | 1100100 | 1011111 | 1110 | 0 | 111101 | 10111101 | 1011010 | 10101 |
Color Harmonies of #055664
Complementary color
Monochromatic Colors of #055664
Black with #055664
Text Example
Text Example
White with #055664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055664; }
p { color: rgb(5,86,100); }
H1.HeaderClassName
{
color: #055664;
}
.AnyTagClassName
{
color: #055664;
}
</style>
background-color css
<style>
a { background-color: #055664; }
a { background-color: rgb(5,86,100); }
div.DivClassName
{
background-color: #055664;
}
.BgClassName
{
background-color: #055664;
}
</style>
border-color css
<style>
span { border-color: #055664; }
span { border-color: rgb(5,86,100); }
td.TdClassName
{
border-color: #055664;
}
.TagClassName
{
border-color: #055664;
}
</style>