Shades of Blue Lagoon #005F77
Tints of Blue Lagoon #005F77
RGB
CMYK
RGB Variations
Color information
#005F77 (or 0x005F77) is known color: Blue Lagoon. HEX triplet: 00, 5F and 77. RGB value is (0,95,119). Sum of RGB (Red+Green+Blue) = 0+95+119=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #005F77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F77 is #FFA088. Grayscale: #454545. Windows color (decimal): -16752777 or 7823104. OLE color: 7823104.
HSL color Cylindrical-coordinate representation of color #005F77: hue angle of 192.1º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F77 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 95 | 119 | - |
| CMYK | 1 | 0.20 | 0 | 0.53 |
| HSL | 192.1º | 1% | 0.23% | - |
| HSV(B) | 192.1º | 1% | 0.47% | - |
| XYZ | 7.42 | 9.52 | 18.9 | - |
| YUV | 69.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 119 | 1 | 0.20 | 0 | 0.53 | 192.1 | 1 | 0.23 |
| Hex | 0 | 5F | 77 | 64 | 14 | 0 | 35 | C0 | 64 | 17 |
| Octal | 0 | 137 | 167 | 144 | 24 | 0 | 65 | 300 | 144 | 27 |
| Binary | 0 | 1011111 | 1110111 | 1100100 | 10100 | 0 | 110101 | 11000000 | 1100100 | 10111 |
Color Harmonies of #005F77
Complementary color
Monochromatic Colors of #005F77
Black with #005F77
Text Example
Text Example
White with #005F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F77; }
p { color: rgb(0,95,119); }
H1.HeaderClassName
{
color: #005F77;
}
.AnyTagClassName
{
color: #005F77;
}
</style>
background-color css
<style>
a { background-color: #005F77; }
a { background-color: rgb(0,95,119); }
div.DivClassName
{
background-color: #005F77;
}
.BgClassName
{
background-color: #005F77;
}
</style>
border-color css
<style>
span { border-color: #005F77; }
span { border-color: rgb(0,95,119); }
td.TdClassName
{
border-color: #005F77;
}
.TagClassName
{
border-color: #005F77;
}
</style>