Shades of Blue Lagoon #005E7F
Tints of Blue Lagoon #005E7F
RGB
CMYK
RGB Variations
Color information
#005E7F (or 0x005E7F) is known color: Blue Lagoon. HEX triplet: 00, 5E and 7F. RGB value is (0,94,127). Sum of RGB (Red+Green+Blue) = 0+94+127=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #005E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E7F is #FFA180. Grayscale: #454545. Windows color (decimal): -16753025 or 8347136. OLE color: 8347136.
HSL color Cylindrical-coordinate representation of color #005E7F: hue angle of 195.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E7F is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 94 | 127 | - |
| CMYK | 1 | 0.26 | 0 | 0.50 |
| HSL | 195.59º | 1% | 0.25% | - |
| HSV(B) | 195.59º | 1% | 0.5% | - |
| XYZ | 7.83 | 9.54 | 21.51 | - |
| YUV | 69.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 127 | 1 | 0.26 | 0 | 0.50 | 195.59 | 1 | 0.25 |
| Hex | 0 | 5E | 7F | 64 | 1A | 0 | 32 | C4 | 64 | 19 |
| Octal | 0 | 136 | 177 | 144 | 32 | 0 | 62 | 304 | 144 | 31 |
| Binary | 0 | 1011110 | 1111111 | 1100100 | 11010 | 0 | 110010 | 11000100 | 1100100 | 11001 |
Color Harmonies of #005E7F
Complementary color
Monochromatic Colors of #005E7F
Black with #005E7F
Text Example
Text Example
White with #005E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E7F; }
p { color: rgb(0,94,127); }
H1.HeaderClassName
{
color: #005E7F;
}
.AnyTagClassName
{
color: #005E7F;
}
</style>
background-color css
<style>
a { background-color: #005E7F; }
a { background-color: rgb(0,94,127); }
div.DivClassName
{
background-color: #005E7F;
}
.BgClassName
{
background-color: #005E7F;
}
</style>
border-color css
<style>
span { border-color: #005E7F; }
span { border-color: rgb(0,94,127); }
td.TdClassName
{
border-color: #005E7F;
}
.TagClassName
{
border-color: #005E7F;
}
</style>