Shades of Blue Lagoon #005E80
Tints of Blue Lagoon #005E80
RGB
CMYK
RGB Variations
Color information
#005E80 (or 0x005E80) is known color: Blue Lagoon. HEX triplet: 00, 5E and 80. RGB value is (0,94,128). Sum of RGB (Red+Green+Blue) = 0+94+128=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #005E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E80 is #FFA17F. Grayscale: #454545. Windows color (decimal): -16753024 or 8412672. OLE color: 8412672.
HSL color Cylindrical-coordinate representation of color #005E80: hue angle of 195.94º 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 #005E80 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 94 | 128 | - |
| CMYK | 1 | 0.27 | 0 | 0.50 |
| HSL | 195.94º | 1% | 0.25% | - |
| HSV(B) | 195.94º | 1% | 0.5% | - |
| XYZ | 7.9 | 9.56 | 21.85 | - |
| YUV | 69.77 | 160.86 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 128 | 1 | 0.27 | 0 | 0.50 | 195.94 | 1 | 0.25 |
| Hex | 0 | 5E | 80 | 64 | 1B | 0 | 32 | C4 | 64 | 19 |
| Octal | 0 | 136 | 200 | 144 | 33 | 0 | 62 | 304 | 144 | 31 |
| Binary | 0 | 1011110 | 10000000 | 1100100 | 11011 | 0 | 110010 | 11000100 | 1100100 | 11001 |
Color Harmonies of #005E80
Complementary color
Monochromatic Colors of #005E80
Black with #005E80
Text Example
Text Example
White with #005E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E80; }
p { color: rgb(0,94,128); }
H1.HeaderClassName
{
color: #005E80;
}
.AnyTagClassName
{
color: #005E80;
}
</style>
background-color css
<style>
a { background-color: #005E80; }
a { background-color: rgb(0,94,128); }
div.DivClassName
{
background-color: #005E80;
}
.BgClassName
{
background-color: #005E80;
}
</style>
border-color css
<style>
span { border-color: #005E80; }
span { border-color: rgb(0,94,128); }
td.TdClassName
{
border-color: #005E80;
}
.TagClassName
{
border-color: #005E80;
}
</style>