Shades of Blue Lagoon #055766
Tints of Blue Lagoon #055766
RGB
CMYK
RGB Variations
Color information
#055766 (or 0x055766) is known color: Blue Lagoon. HEX triplet: 05, 57 and 66. RGB value is (5,87,102). Sum of RGB (Red+Green+Blue) = 5+87+102=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #055766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055766 is #FAA899. Grayscale: #404040. Windows color (decimal): -16427162 or 6706949. OLE color: 6706949.
HSL color Cylindrical-coordinate representation of color #055766: hue angle of 189.28º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055766 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 87 | 102 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.6 |
| HSL | 189.28º | 0.91% | 0.21% | - |
| HSV(B) | 189.28º | 0.95% | 0.4% | - |
| XYZ | 5.87 | 7.81 | 13.77 | - |
| YUV | 64.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 102 | 0.95 | 0.15 | 0 | 0.6 | 189.28 | 0.91 | 0.21 |
| Hex | 5 | 57 | 66 | 5F | F | 0 | 3C | BD | 5B | 15 |
| Octal | 5 | 127 | 146 | 137 | 17 | 0 | 74 | 275 | 133 | 25 |
| Binary | 101 | 1010111 | 1100110 | 1011111 | 1111 | 0 | 111100 | 10111101 | 1011011 | 10101 |
Color Harmonies of #055766
Complementary color
Monochromatic Colors of #055766
Black with #055766
Text Example
Text Example
White with #055766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055766; }
p { color: rgb(5,87,102); }
H1.HeaderClassName
{
color: #055766;
}
.AnyTagClassName
{
color: #055766;
}
</style>
background-color css
<style>
a { background-color: #055766; }
a { background-color: rgb(5,87,102); }
div.DivClassName
{
background-color: #055766;
}
.BgClassName
{
background-color: #055766;
}
</style>
border-color css
<style>
span { border-color: #055766; }
span { border-color: rgb(5,87,102); }
td.TdClassName
{
border-color: #055766;
}
.TagClassName
{
border-color: #055766;
}
</style>