Shades of Blue Lagoon #055873
Tints of Blue Lagoon #055873
RGB
CMYK
RGB Variations
Color information
#055873 (or 0x055873) is known color: Blue Lagoon. HEX triplet: 05, 58 and 73. RGB value is (5,88,115). Sum of RGB (Red+Green+Blue) = 5+88+115=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #055873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055873 is #FAA78C. Grayscale: #424242. Windows color (decimal): -16426893 or 7559173. OLE color: 7559173.
HSL color Cylindrical-coordinate representation of color #055873: hue angle of 194.73º 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 #055873 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 88 | 115 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.55 |
| HSL | 194.73º | 0.92% | 0.24% | - |
| HSV(B) | 194.73º | 0.96% | 0.45% | - |
| XYZ | 6.65 | 8.25 | 17.46 | - |
| YUV | 66.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 115 | 0.96 | 0.23 | 0 | 0.55 | 194.73 | 0.92 | 0.24 |
| Hex | 5 | 58 | 73 | 60 | 17 | 0 | 37 | C3 | 5C | 18 |
| Octal | 5 | 130 | 163 | 140 | 27 | 0 | 67 | 303 | 134 | 30 |
| Binary | 101 | 1011000 | 1110011 | 1100000 | 10111 | 0 | 110111 | 11000011 | 1011100 | 11000 |
Color Harmonies of #055873
Complementary color
Monochromatic Colors of #055873
Black with #055873
Text Example
Text Example
White with #055873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055873; }
p { color: rgb(5,88,115); }
H1.HeaderClassName
{
color: #055873;
}
.AnyTagClassName
{
color: #055873;
}
</style>
background-color css
<style>
a { background-color: #055873; }
a { background-color: rgb(5,88,115); }
div.DivClassName
{
background-color: #055873;
}
.BgClassName
{
background-color: #055873;
}
</style>
border-color css
<style>
span { border-color: #055873; }
span { border-color: rgb(5,88,115); }
td.TdClassName
{
border-color: #055873;
}
.TagClassName
{
border-color: #055873;
}
</style>