Shades of Blue Lagoon #00576E
Tints of Blue Lagoon #00576E
RGB
CMYK
RGB Variations
Color information
#00576E (or 0x00576E) is known color: Blue Lagoon. HEX triplet: 00, 57 and 6E. RGB value is (0,87,110). Sum of RGB (Red+Green+Blue) = 0+87+110=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #00576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576E is #FFA891. Grayscale: #3F3F3F. Windows color (decimal): -16754834 or 7231232. OLE color: 7231232.
HSL color Cylindrical-coordinate representation of color #00576E: hue angle of 192.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00576E is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 87 | 110 | - |
| CMYK | 1 | 0.21 | 0 | 0.57 |
| HSL | 192.55º | 1% | 0.22% | - |
| HSV(B) | 192.55º | 1% | 0.43% | - |
| XYZ | 6.22 | 7.94 | 15.96 | - |
| YUV | 63.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 110 | 1 | 0.21 | 0 | 0.57 | 192.55 | 1 | 0.22 |
| Hex | 0 | 57 | 6E | 64 | 15 | 0 | 39 | C1 | 64 | 16 |
| Octal | 0 | 127 | 156 | 144 | 25 | 0 | 71 | 301 | 144 | 26 |
| Binary | 0 | 1010111 | 1101110 | 1100100 | 10101 | 0 | 111001 | 11000001 | 1100100 | 10110 |
Color Harmonies of #00576E
Complementary color
Monochromatic Colors of #00576E
Black with #00576E
Text Example
Text Example
White with #00576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00576E; }
p { color: rgb(0,87,110); }
H1.HeaderClassName
{
color: #00576E;
}
.AnyTagClassName
{
color: #00576E;
}
</style>
background-color css
<style>
a { background-color: #00576E; }
a { background-color: rgb(0,87,110); }
div.DivClassName
{
background-color: #00576E;
}
.BgClassName
{
background-color: #00576E;
}
</style>
border-color css
<style>
span { border-color: #00576E; }
span { border-color: rgb(0,87,110); }
td.TdClassName
{
border-color: #00576E;
}
.TagClassName
{
border-color: #00576E;
}
</style>