Shades of Blue Lagoon #005A64
Tints of Blue Lagoon #005A64
RGB
CMYK
RGB Variations
Color information
#005A64 (or 0x005A64) is known color: Blue Lagoon. HEX triplet: 00, 5A and 64. RGB value is (0,90,100). Sum of RGB (Red+Green+Blue) = 0+90+100=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #005A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005A64 is #FFA59B. Grayscale: #404040. Windows color (decimal): -16754076 or 6576640. OLE color: 6576640.
HSL color Cylindrical-coordinate representation of color #005A64: hue angle of 186º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A64 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 90 | 100 | - |
| CMYK | 1 | 0.10 | 0 | 0.61 |
| HSL | 186º | 1% | 0.2% | - |
| HSV(B) | 186º | 1% | 0.39% | - |
| XYZ | 5.96 | 8.23 | 13.33 | - |
| YUV | 64.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 100 | 1 | 0.10 | 0 | 0.61 | 186 | 1 | 0.2 |
| Hex | 0 | 5A | 64 | 64 | A | 0 | 3D | BA | 64 | 14 |
| Octal | 0 | 132 | 144 | 144 | 12 | 0 | 75 | 272 | 144 | 24 |
| Binary | 0 | 1011010 | 1100100 | 1100100 | 1010 | 0 | 111101 | 10111010 | 1100100 | 10100 |
Color Harmonies of #005A64
Complementary color
Monochromatic Colors of #005A64
Black with #005A64
Text Example
Text Example
White with #005A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A64; }
p { color: rgb(0,90,100); }
H1.HeaderClassName
{
color: #005A64;
}
.AnyTagClassName
{
color: #005A64;
}
</style>
background-color css
<style>
a { background-color: #005A64; }
a { background-color: rgb(0,90,100); }
div.DivClassName
{
background-color: #005A64;
}
.BgClassName
{
background-color: #005A64;
}
</style>
border-color css
<style>
span { border-color: #005A64; }
span { border-color: rgb(0,90,100); }
td.TdClassName
{
border-color: #005A64;
}
.TagClassName
{
border-color: #005A64;
}
</style>