Shades of Blue Lagoon #055963
Tints of Blue Lagoon #055963
RGB
CMYK
RGB Variations
Color information
#055963 (or 0x055963) is known color: Blue Lagoon. HEX triplet: 05, 59 and 63. RGB value is (5,89,99). Sum of RGB (Red+Green+Blue) = 5+89+99=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #055963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055963 is #FAA69C. Grayscale: #404040. Windows color (decimal): -16426653 or 6510853. OLE color: 6510853.
HSL color Cylindrical-coordinate representation of color #055963: hue angle of 186.38º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055963 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 89 | 99 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.61 |
| HSL | 186.38º | 0.9% | 0.2% | - |
| HSV(B) | 186.38º | 0.95% | 0.39% | - |
| XYZ | 5.89 | 8.08 | 13.05 | - |
| YUV | 65.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 99 | 0.95 | 0.10 | 0 | 0.61 | 186.38 | 0.9 | 0.2 |
| Hex | 5 | 59 | 63 | 5F | A | 0 | 3D | BA | 5A | 14 |
| Octal | 5 | 131 | 143 | 137 | 12 | 0 | 75 | 272 | 132 | 24 |
| Binary | 101 | 1011001 | 1100011 | 1011111 | 1010 | 0 | 111101 | 10111010 | 1011010 | 10100 |
Color Harmonies of #055963
Complementary color
Monochromatic Colors of #055963
Black with #055963
Text Example
Text Example
White with #055963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055963; }
p { color: rgb(5,89,99); }
H1.HeaderClassName
{
color: #055963;
}
.AnyTagClassName
{
color: #055963;
}
</style>
background-color css
<style>
a { background-color: #055963; }
a { background-color: rgb(5,89,99); }
div.DivClassName
{
background-color: #055963;
}
.BgClassName
{
background-color: #055963;
}
</style>
border-color css
<style>
span { border-color: #055963; }
span { border-color: rgb(5,89,99); }
td.TdClassName
{
border-color: #055963;
}
.TagClassName
{
border-color: #055963;
}
</style>