Shades of Blue Lagoon #005671
Tints of Blue Lagoon #005671
RGB
CMYK
RGB Variations
Color information
#005671 (or 0x005671) is known color: Blue Lagoon. HEX triplet: 00, 56 and 71. RGB value is (0,86,113). Sum of RGB (Red+Green+Blue) = 0+86+113=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #005671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005671 is #FFA98E. Grayscale: #3F3F3F. Windows color (decimal): -16755087 or 7427584. OLE color: 7427584.
HSL color Cylindrical-coordinate representation of color #005671: hue angle of 194.34º 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 #005671 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 86 | 113 | - |
| CMYK | 1 | 0.24 | 0 | 0.56 |
| HSL | 194.34º | 1% | 0.22% | - |
| HSV(B) | 194.34º | 1% | 0.44% | - |
| XYZ | 6.31 | 7.85 | 16.81 | - |
| YUV | 63.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 113 | 1 | 0.24 | 0 | 0.56 | 194.34 | 1 | 0.22 |
| Hex | 0 | 56 | 71 | 64 | 18 | 0 | 38 | C2 | 64 | 16 |
| Octal | 0 | 126 | 161 | 144 | 30 | 0 | 70 | 302 | 144 | 26 |
| Binary | 0 | 1010110 | 1110001 | 1100100 | 11000 | 0 | 111000 | 11000010 | 1100100 | 10110 |
Color Harmonies of #005671
Complementary color
Monochromatic Colors of #005671
Black with #005671
Text Example
Text Example
White with #005671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005671; }
p { color: rgb(0,86,113); }
H1.HeaderClassName
{
color: #005671;
}
.AnyTagClassName
{
color: #005671;
}
</style>
background-color css
<style>
a { background-color: #005671; }
a { background-color: rgb(0,86,113); }
div.DivClassName
{
background-color: #005671;
}
.BgClassName
{
background-color: #005671;
}
</style>
border-color css
<style>
span { border-color: #005671; }
span { border-color: rgb(0,86,113); }
td.TdClassName
{
border-color: #005671;
}
.TagClassName
{
border-color: #005671;
}
</style>