Shades of Blue Lagoon #055A64
Tints of Blue Lagoon #055A64
RGB
CMYK
RGB Variations
Color information
#055A64 (or 0x055A64) is known color: Blue Lagoon. HEX triplet: 05, 5A and 64. RGB value is (5,90,100). Sum of RGB (Red+Green+Blue) = 5+90+100=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #055A64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055A64 is #FAA59B. Grayscale: #414141. Windows color (decimal): -16426396 or 6576645. OLE color: 6576645.
HSL color Cylindrical-coordinate representation of color #055A64: hue angle of 186.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055A64 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 90 | 100 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.61 |
| HSL | 186.32º | 0.9% | 0.21% | - |
| HSV(B) | 186.32º | 0.95% | 0.39% | - |
| XYZ | 6.02 | 8.26 | 13.33 | - |
| YUV | 65.73 | 147.34 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 90 | 100 | 0.95 | 0.10 | 0 | 0.61 | 186.32 | 0.9 | 0.21 |
| Hex | 5 | 5A | 64 | 5F | A | 0 | 3D | BA | 5A | 15 |
| Octal | 5 | 132 | 144 | 137 | 12 | 0 | 75 | 272 | 132 | 25 |
| Binary | 101 | 1011010 | 1100100 | 1011111 | 1010 | 0 | 111101 | 10111010 | 1011010 | 10101 |
Color Harmonies of #055A64
Complementary color
Monochromatic Colors of #055A64
Black with #055A64
Text Example
Text Example
White with #055A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055A64; }
p { color: rgb(5,90,100); }
H1.HeaderClassName
{
color: #055A64;
}
.AnyTagClassName
{
color: #055A64;
}
</style>
background-color css
<style>
a { background-color: #055A64; }
a { background-color: rgb(5,90,100); }
div.DivClassName
{
background-color: #055A64;
}
.BgClassName
{
background-color: #055A64;
}
</style>
border-color css
<style>
span { border-color: #055A64; }
span { border-color: rgb(5,90,100); }
td.TdClassName
{
border-color: #055A64;
}
.TagClassName
{
border-color: #055A64;
}
</style>