Shades of Blue Lagoon #055472
Tints of Blue Lagoon #055472
RGB
CMYK
RGB Variations
Color information
#055472 (or 0x055472) is known color: Blue Lagoon. HEX triplet: 05, 54 and 72. RGB value is (5,84,114). Sum of RGB (Red+Green+Blue) = 5+84+114=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #055472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055472 is #FAAB8D. Grayscale: #3F3F3F. Windows color (decimal): -16427918 or 7492613. OLE color: 7492613.
HSL color Cylindrical-coordinate representation of color #055472: hue angle of 196.51º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055472 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 84 | 114 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.55 |
| HSL | 196.51º | 0.92% | 0.23% | - |
| HSV(B) | 196.51º | 0.96% | 0.45% | - |
| XYZ | 6.27 | 7.59 | 17.05 | - |
| YUV | 63.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 84 | 114 | 0.96 | 0.26 | 0 | 0.55 | 196.51 | 0.92 | 0.23 |
| Hex | 5 | 54 | 72 | 60 | 1A | 0 | 37 | C5 | 5C | 17 |
| Octal | 5 | 124 | 162 | 140 | 32 | 0 | 67 | 305 | 134 | 27 |
| Binary | 101 | 1010100 | 1110010 | 1100000 | 11010 | 0 | 110111 | 11000101 | 1011100 | 10111 |
Color Harmonies of #055472
Complementary color
Monochromatic Colors of #055472
Black with #055472
Text Example
Text Example
White with #055472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055472; }
p { color: rgb(5,84,114); }
H1.HeaderClassName
{
color: #055472;
}
.AnyTagClassName
{
color: #055472;
}
</style>
background-color css
<style>
a { background-color: #055472; }
a { background-color: rgb(5,84,114); }
div.DivClassName
{
background-color: #055472;
}
.BgClassName
{
background-color: #055472;
}
</style>
border-color css
<style>
span { border-color: #055472; }
span { border-color: rgb(5,84,114); }
td.TdClassName
{
border-color: #055472;
}
.TagClassName
{
border-color: #055472;
}
</style>