Shades of Blue Lagoon #055361
Tints of Blue Lagoon #055361
RGB
CMYK
RGB Variations
Color information
#055361 (or 0x055361) is known color: Blue Lagoon. HEX triplet: 05, 53 and 61. RGB value is (5,83,97). Sum of RGB (Red+Green+Blue) = 5+83+97=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #055361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055361 is #FAAC9E. Grayscale: #3D3D3D. Windows color (decimal): -16428191 or 6378245. OLE color: 6378245.
HSL color Cylindrical-coordinate representation of color #055361: hue angle of 189.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055361 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 83 | 97 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.62 |
| HSL | 189.13º | 0.9% | 0.2% | - |
| HSV(B) | 189.13º | 0.95% | 0.38% | - |
| XYZ | 5.31 | 7.08 | 12.4 | - |
| YUV | 61.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 83 | 97 | 0.95 | 0.14 | 0 | 0.62 | 189.13 | 0.9 | 0.2 |
| Hex | 5 | 53 | 61 | 5F | E | 0 | 3E | BD | 5A | 14 |
| Octal | 5 | 123 | 141 | 137 | 16 | 0 | 76 | 275 | 132 | 24 |
| Binary | 101 | 1010011 | 1100001 | 1011111 | 1110 | 0 | 111110 | 10111101 | 1011010 | 10100 |
Color Harmonies of #055361
Complementary color
Monochromatic Colors of #055361
Black with #055361
Text Example
Text Example
White with #055361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055361; }
p { color: rgb(5,83,97); }
H1.HeaderClassName
{
color: #055361;
}
.AnyTagClassName
{
color: #055361;
}
</style>
background-color css
<style>
a { background-color: #055361; }
a { background-color: rgb(5,83,97); }
div.DivClassName
{
background-color: #055361;
}
.BgClassName
{
background-color: #055361;
}
</style>
border-color css
<style>
span { border-color: #055361; }
span { border-color: rgb(5,83,97); }
td.TdClassName
{
border-color: #055361;
}
.TagClassName
{
border-color: #055361;
}
</style>