Shades of Blue Lagoon #055871
Tints of Blue Lagoon #055871
RGB
CMYK
RGB Variations
Color information
#055871 (or 0x055871) is known color: Blue Lagoon. HEX triplet: 05, 58 and 71. RGB value is (5,88,113). Sum of RGB (Red+Green+Blue) = 5+88+113=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #055871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055871 is #FAA78E. Grayscale: #414141. Windows color (decimal): -16426895 or 7428101. OLE color: 7428101.
HSL color Cylindrical-coordinate representation of color #055871: hue angle of 193.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055871 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 88 | 113 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.56 |
| HSL | 193.89º | 0.92% | 0.23% | - |
| HSV(B) | 193.89º | 0.96% | 0.44% | - |
| XYZ | 6.53 | 8.2 | 16.86 | - |
| YUV | 66.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 88 | 113 | 0.96 | 0.22 | 0 | 0.56 | 193.89 | 0.92 | 0.23 |
| Hex | 5 | 58 | 71 | 60 | 16 | 0 | 38 | C2 | 5C | 17 |
| Octal | 5 | 130 | 161 | 140 | 26 | 0 | 70 | 302 | 134 | 27 |
| Binary | 101 | 1011000 | 1110001 | 1100000 | 10110 | 0 | 111000 | 11000010 | 1011100 | 10111 |
Color Harmonies of #055871
Complementary color
Monochromatic Colors of #055871
Black with #055871
Text Example
Text Example
White with #055871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055871; }
p { color: rgb(5,88,113); }
H1.HeaderClassName
{
color: #055871;
}
.AnyTagClassName
{
color: #055871;
}
</style>
background-color css
<style>
a { background-color: #055871; }
a { background-color: rgb(5,88,113); }
div.DivClassName
{
background-color: #055871;
}
.BgClassName
{
background-color: #055871;
}
</style>
border-color css
<style>
span { border-color: #055871; }
span { border-color: rgb(5,88,113); }
td.TdClassName
{
border-color: #055871;
}
.TagClassName
{
border-color: #055871;
}
</style>