Shades of Blue Lagoon #005772
Tints of Blue Lagoon #005772
RGB
CMYK
RGB Variations
Color information
#005772 (or 0x005772) is known color: Blue Lagoon. HEX triplet: 00, 57 and 72. RGB value is (0,87,114). Sum of RGB (Red+Green+Blue) = 0+87+114=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #005772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005772 is #FFA88D. Grayscale: #3F3F3F. Windows color (decimal): -16754830 or 7493376. OLE color: 7493376.
HSL color Cylindrical-coordinate representation of color #005772: hue angle of 194.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005772 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 87 | 114 | - |
| CMYK | 1 | 0.24 | 0 | 0.55 |
| HSL | 194.21º | 1% | 0.22% | - |
| HSV(B) | 194.21º | 1% | 0.45% | - |
| XYZ | 6.45 | 8.03 | 17.13 | - |
| YUV | 64.07 | 156.18 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 114 | 1 | 0.24 | 0 | 0.55 | 194.21 | 1 | 0.22 |
| Hex | 0 | 57 | 72 | 64 | 18 | 0 | 37 | C2 | 64 | 16 |
| Octal | 0 | 127 | 162 | 144 | 30 | 0 | 67 | 302 | 144 | 26 |
| Binary | 0 | 1010111 | 1110010 | 1100100 | 11000 | 0 | 110111 | 11000010 | 1100100 | 10110 |
Color Harmonies of #005772
Complementary color
Monochromatic Colors of #005772
Black with #005772
Text Example
Text Example
White with #005772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005772; }
p { color: rgb(0,87,114); }
H1.HeaderClassName
{
color: #005772;
}
.AnyTagClassName
{
color: #005772;
}
</style>
background-color css
<style>
a { background-color: #005772; }
a { background-color: rgb(0,87,114); }
div.DivClassName
{
background-color: #005772;
}
.BgClassName
{
background-color: #005772;
}
</style>
border-color css
<style>
span { border-color: #005772; }
span { border-color: rgb(0,87,114); }
td.TdClassName
{
border-color: #005772;
}
.TagClassName
{
border-color: #005772;
}
</style>