Shades of Blue Lagoon #005771
Tints of Blue Lagoon #005771
RGB
CMYK
RGB Variations
Color information
#005771 (or 0x005771) is known color: Blue Lagoon. HEX triplet: 00, 57 and 71. RGB value is (0,87,113). Sum of RGB (Red+Green+Blue) = 0+87+113=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #005771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005771 is #FFA88E. Grayscale: #3F3F3F. Windows color (decimal): -16754831 or 7427840. OLE color: 7427840.
HSL color Cylindrical-coordinate representation of color #005771: hue angle of 193.81º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005771 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 87 | 113 | - |
| CMYK | 1 | 0.23 | 0 | 0.56 |
| HSL | 193.81º | 1% | 0.22% | - |
| HSV(B) | 193.81º | 1% | 0.44% | - |
| XYZ | 6.39 | 8.01 | 16.83 | - |
| YUV | 63.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 113 | 1 | 0.23 | 0 | 0.56 | 193.81 | 1 | 0.22 |
| Hex | 0 | 57 | 71 | 64 | 17 | 0 | 38 | C2 | 64 | 16 |
| Octal | 0 | 127 | 161 | 144 | 27 | 0 | 70 | 302 | 144 | 26 |
| Binary | 0 | 1010111 | 1110001 | 1100100 | 10111 | 0 | 111000 | 11000010 | 1100100 | 10110 |
Color Harmonies of #005771
Complementary color
Monochromatic Colors of #005771
Black with #005771
Text Example
Text Example
White with #005771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005771; }
p { color: rgb(0,87,113); }
H1.HeaderClassName
{
color: #005771;
}
.AnyTagClassName
{
color: #005771;
}
</style>
background-color css
<style>
a { background-color: #005771; }
a { background-color: rgb(0,87,113); }
div.DivClassName
{
background-color: #005771;
}
.BgClassName
{
background-color: #005771;
}
</style>
border-color css
<style>
span { border-color: #005771; }
span { border-color: rgb(0,87,113); }
td.TdClassName
{
border-color: #005771;
}
.TagClassName
{
border-color: #005771;
}
</style>