Shades of Blue Lagoon #00576F
Tints of Blue Lagoon #00576F
RGB
CMYK
RGB Variations
Color information
#00576F (or 0x00576F) is known color: Blue Lagoon. HEX triplet: 00, 57 and 6F. RGB value is (0,87,111). Sum of RGB (Red+Green+Blue) = 0+87+111=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 87 (34.38% from 255 or 43.94% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #00576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576F is #FFA890. Grayscale: #3F3F3F. Windows color (decimal): -16754833 or 7296768. OLE color: 7296768.
HSL color Cylindrical-coordinate representation of color #00576F: hue angle of 192.97º 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 #00576F is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 87 | 111 | - |
| CMYK | 1 | 0.22 | 0 | 0.56 |
| HSL | 192.97º | 1% | 0.22% | - |
| HSV(B) | 192.97º | 1% | 0.44% | - |
| XYZ | 6.28 | 7.96 | 16.25 | - |
| YUV | 63.72 | 154.68 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 111 | 1 | 0.22 | 0 | 0.56 | 192.97 | 1 | 0.22 |
| Hex | 0 | 57 | 6F | 64 | 16 | 0 | 38 | C1 | 64 | 16 |
| Octal | 0 | 127 | 157 | 144 | 26 | 0 | 70 | 301 | 144 | 26 |
| Binary | 0 | 1010111 | 1101111 | 1100100 | 10110 | 0 | 111000 | 11000001 | 1100100 | 10110 |
Color Harmonies of #00576F
Complementary color
Monochromatic Colors of #00576F
Black with #00576F
Text Example
Text Example
White with #00576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00576F; }
p { color: rgb(0,87,111); }
H1.HeaderClassName
{
color: #00576F;
}
.AnyTagClassName
{
color: #00576F;
}
</style>
background-color css
<style>
a { background-color: #00576F; }
a { background-color: rgb(0,87,111); }
div.DivClassName
{
background-color: #00576F;
}
.BgClassName
{
background-color: #00576F;
}
</style>
border-color css
<style>
span { border-color: #00576F; }
span { border-color: rgb(0,87,111); }
td.TdClassName
{
border-color: #00576F;
}
.TagClassName
{
border-color: #00576F;
}
</style>