Shades of Blue Lagoon #055673
Tints of Blue Lagoon #055673
RGB
CMYK
RGB Variations
Color information
#055673 (or 0x055673) is known color: Blue Lagoon. HEX triplet: 05, 56 and 73. RGB value is (5,86,115). Sum of RGB (Red+Green+Blue) = 5+86+115=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #055673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055673 is #FAA98C. Grayscale: #404040. Windows color (decimal): -16427405 or 7558661. OLE color: 7558661.
HSL color Cylindrical-coordinate representation of color #055673: hue angle of 195.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055673 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 86 | 115 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.55 |
| HSL | 195.82º | 0.92% | 0.24% | - |
| HSV(B) | 195.82º | 0.96% | 0.45% | - |
| XYZ | 6.48 | 7.93 | 17.41 | - |
| YUV | 65.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 86 | 115 | 0.96 | 0.25 | 0 | 0.55 | 195.82 | 0.92 | 0.24 |
| Hex | 5 | 56 | 73 | 60 | 19 | 0 | 37 | C4 | 5C | 18 |
| Octal | 5 | 126 | 163 | 140 | 31 | 0 | 67 | 304 | 134 | 30 |
| Binary | 101 | 1010110 | 1110011 | 1100000 | 11001 | 0 | 110111 | 11000100 | 1011100 | 11000 |
Color Harmonies of #055673
Complementary color
Monochromatic Colors of #055673
Black with #055673
Text Example
Text Example
White with #055673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055673; }
p { color: rgb(5,86,115); }
H1.HeaderClassName
{
color: #055673;
}
.AnyTagClassName
{
color: #055673;
}
</style>
background-color css
<style>
a { background-color: #055673; }
a { background-color: rgb(5,86,115); }
div.DivClassName
{
background-color: #055673;
}
.BgClassName
{
background-color: #055673;
}
</style>
border-color css
<style>
span { border-color: #055673; }
span { border-color: rgb(5,86,115); }
td.TdClassName
{
border-color: #055673;
}
.TagClassName
{
border-color: #055673;
}
</style>