Shades of Blue Lagoon #005F80
Tints of Blue Lagoon #005F80
RGB
CMYK
RGB Variations
Color information
#005F80 (or 0x005F80) is known color: Blue Lagoon. HEX triplet: 00, 5F and 80. RGB value is (0,95,128). Sum of RGB (Red+Green+Blue) = 0+95+128=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #005F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005F80 is #FFA07F. Grayscale: #464646. Windows color (decimal): -16752768 or 8412928. OLE color: 8412928.
HSL color Cylindrical-coordinate representation of color #005F80: hue angle of 195.47º 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 #005F80 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 95 | 128 | - |
| CMYK | 1 | 0.26 | 0 | 0.50 |
| HSL | 195.47º | 1% | 0.25% | - |
| HSV(B) | 195.47º | 1% | 0.5% | - |
| XYZ | 7.99 | 9.74 | 21.88 | - |
| YUV | 70.36 | 160.53 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 128 | 1 | 0.26 | 0 | 0.50 | 195.47 | 1 | 0.25 |
| Hex | 0 | 5F | 80 | 64 | 1A | 0 | 32 | C3 | 64 | 19 |
| Octal | 0 | 137 | 200 | 144 | 32 | 0 | 62 | 303 | 144 | 31 |
| Binary | 0 | 1011111 | 10000000 | 1100100 | 11010 | 0 | 110010 | 11000011 | 1100100 | 11001 |
Color Harmonies of #005F80
Complementary color
Monochromatic Colors of #005F80
Black with #005F80
Text Example
Text Example
White with #005F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005F80; }
p { color: rgb(0,95,128); }
H1.HeaderClassName
{
color: #005F80;
}
.AnyTagClassName
{
color: #005F80;
}
</style>
background-color css
<style>
a { background-color: #005F80; }
a { background-color: rgb(0,95,128); }
div.DivClassName
{
background-color: #005F80;
}
.BgClassName
{
background-color: #005F80;
}
</style>
border-color css
<style>
span { border-color: #005F80; }
span { border-color: rgb(0,95,128); }
td.TdClassName
{
border-color: #005F80;
}
.TagClassName
{
border-color: #005F80;
}
</style>