Shades of Blue Lagoon #055666
Tints of Blue Lagoon #055666
RGB
CMYK
RGB Variations
Color information
#055666 (or 0x055666) is known color: Blue Lagoon. HEX triplet: 05, 56 and 66. RGB value is (5,86,102). Sum of RGB (Red+Green+Blue) = 5+86+102=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #055666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055666 is #FAA999. Grayscale: #3F3F3F. Windows color (decimal): -16427418 or 6706693. OLE color: 6706693.
HSL color Cylindrical-coordinate representation of color #055666: hue angle of 189.9º 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 #055666 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 86 | 102 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.6 |
| HSL | 189.9º | 0.91% | 0.21% | - |
| HSV(B) | 189.9º | 0.95% | 0.4% | - |
| XYZ | 5.79 | 7.65 | 13.74 | - |
| YUV | 63.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 102 | 0.95 | 0.16 | 0 | 0.6 | 189.9 | 0.91 | 0.21 |
| Hex | 5 | 56 | 66 | 5F | 10 | 0 | 3C | BE | 5B | 15 |
| Octal | 5 | 126 | 146 | 137 | 20 | 0 | 74 | 276 | 133 | 25 |
| Binary | 101 | 1010110 | 1100110 | 1011111 | 10000 | 0 | 111100 | 10111110 | 1011011 | 10101 |
Color Harmonies of #055666
Complementary color
Monochromatic Colors of #055666
Black with #055666
Text Example
Text Example
White with #055666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055666; }
p { color: rgb(5,86,102); }
H1.HeaderClassName
{
color: #055666;
}
.AnyTagClassName
{
color: #055666;
}
</style>
background-color css
<style>
a { background-color: #055666; }
a { background-color: rgb(5,86,102); }
div.DivClassName
{
background-color: #055666;
}
.BgClassName
{
background-color: #055666;
}
</style>
border-color css
<style>
span { border-color: #055666; }
span { border-color: rgb(5,86,102); }
td.TdClassName
{
border-color: #055666;
}
.TagClassName
{
border-color: #055666;
}
</style>