Shades of Blue Lagoon #055570
Tints of Blue Lagoon #055570
RGB
CMYK
RGB Variations
Color information
#055570 (or 0x055570) is known color: Blue Lagoon. HEX triplet: 05, 55 and 70. RGB value is (5,85,112). Sum of RGB (Red+Green+Blue) = 5+85+112=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #055570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055570 is #FAAA8F. Grayscale: #3F3F3F. Windows color (decimal): -16427664 or 7361797. OLE color: 7361797.
HSL color Cylindrical-coordinate representation of color #055570: hue angle of 195.14º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055570 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 85 | 112 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.56 |
| HSL | 195.14º | 0.91% | 0.23% | - |
| HSV(B) | 195.14º | 0.96% | 0.44% | - |
| XYZ | 6.24 | 7.7 | 16.49 | - |
| YUV | 64.16 | 155 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 85 | 112 | 0.96 | 0.24 | 0 | 0.56 | 195.14 | 0.91 | 0.23 |
| Hex | 5 | 55 | 70 | 60 | 18 | 0 | 38 | C3 | 5B | 17 |
| Octal | 5 | 125 | 160 | 140 | 30 | 0 | 70 | 303 | 133 | 27 |
| Binary | 101 | 1010101 | 1110000 | 1100000 | 11000 | 0 | 111000 | 11000011 | 1011011 | 10111 |
Color Harmonies of #055570
Complementary color
Monochromatic Colors of #055570
Black with #055570
Text Example
Text Example
White with #055570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055570; }
p { color: rgb(5,85,112); }
H1.HeaderClassName
{
color: #055570;
}
.AnyTagClassName
{
color: #055570;
}
</style>
background-color css
<style>
a { background-color: #055570; }
a { background-color: rgb(5,85,112); }
div.DivClassName
{
background-color: #055570;
}
.BgClassName
{
background-color: #055570;
}
</style>
border-color css
<style>
span { border-color: #055570; }
span { border-color: rgb(5,85,112); }
td.TdClassName
{
border-color: #055570;
}
.TagClassName
{
border-color: #055570;
}
</style>