Shades of Blue Lagoon #005E65
Tints of Blue Lagoon #005E65
RGB
CMYK
RGB Variations
Color information
#005E65 (or 0x005E65) is known color: Blue Lagoon. HEX triplet: 00, 5E and 65. RGB value is (0,94,101). Sum of RGB (Red+Green+Blue) = 0+94+101=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #005E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005E65 is #FFA19A. Grayscale: #424242. Windows color (decimal): -16753051 or 6643200. OLE color: 6643200.
HSL color Cylindrical-coordinate representation of color #005E65: hue angle of 184.16º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E65 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 94 | 101 | - |
| CMYK | 1 | 0.07 | 0 | 0.60 |
| HSL | 184.16º | 1% | 0.2% | - |
| HSV(B) | 184.16º | 1% | 0.4% | - |
| XYZ | 6.35 | 8.94 | 13.7 | - |
| YUV | 66.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 94 | 101 | 1 | 0.07 | 0 | 0.60 | 184.16 | 1 | 0.2 |
| Hex | 0 | 5E | 65 | 64 | 7 | 0 | 3C | B8 | 64 | 14 |
| Octal | 0 | 136 | 145 | 144 | 7 | 0 | 74 | 270 | 144 | 24 |
| Binary | 0 | 1011110 | 1100101 | 1100100 | 111 | 0 | 111100 | 10111000 | 1100100 | 10100 |
Color Harmonies of #005E65
Complementary color
Monochromatic Colors of #005E65
Black with #005E65
Text Example
Text Example
White with #005E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005E65; }
p { color: rgb(0,94,101); }
H1.HeaderClassName
{
color: #005E65;
}
.AnyTagClassName
{
color: #005E65;
}
</style>
background-color css
<style>
a { background-color: #005E65; }
a { background-color: rgb(0,94,101); }
div.DivClassName
{
background-color: #005E65;
}
.BgClassName
{
background-color: #005E65;
}
</style>
border-color css
<style>
span { border-color: #005E65; }
span { border-color: rgb(0,94,101); }
td.TdClassName
{
border-color: #005E65;
}
.TagClassName
{
border-color: #005E65;
}
</style>