Shades of Blue Lagoon #055775
Tints of Blue Lagoon #055775
RGB
CMYK
RGB Variations
Color information
#055775 (or 0x055775) is known color: Blue Lagoon. HEX triplet: 05, 57 and 75. RGB value is (5,87,117). Sum of RGB (Red+Green+Blue) = 5+87+117=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #055775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055775 is #FAA88A. Grayscale: #414141. Windows color (decimal): -16427147 or 7689989. OLE color: 7689989.
HSL color Cylindrical-coordinate representation of color #055775: hue angle of 196.07º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055775 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 87 | 117 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.54 |
| HSL | 196.07º | 0.92% | 0.24% | - |
| HSV(B) | 196.07º | 0.96% | 0.46% | - |
| XYZ | 6.68 | 8.13 | 18.05 | - |
| YUV | 65.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 87 | 117 | 0.96 | 0.26 | 0 | 0.54 | 196.07 | 0.92 | 0.24 |
| Hex | 5 | 57 | 75 | 60 | 1A | 0 | 36 | C4 | 5C | 18 |
| Octal | 5 | 127 | 165 | 140 | 32 | 0 | 66 | 304 | 134 | 30 |
| Binary | 101 | 1010111 | 1110101 | 1100000 | 11010 | 0 | 110110 | 11000100 | 1011100 | 11000 |
Color Harmonies of #055775
Complementary color
Monochromatic Colors of #055775
Black with #055775
Text Example
Text Example
White with #055775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055775; }
p { color: rgb(5,87,117); }
H1.HeaderClassName
{
color: #055775;
}
.AnyTagClassName
{
color: #055775;
}
</style>
background-color css
<style>
a { background-color: #055775; }
a { background-color: rgb(5,87,117); }
div.DivClassName
{
background-color: #055775;
}
.BgClassName
{
background-color: #055775;
}
</style>
border-color css
<style>
span { border-color: #055775; }
span { border-color: rgb(5,87,117); }
td.TdClassName
{
border-color: #055775;
}
.TagClassName
{
border-color: #055775;
}
</style>