Shades of Blue Lagoon #055B70
Tints of Blue Lagoon #055B70
RGB
CMYK
RGB Variations
Color information
#055B70 (or 0x055B70) is known color: Blue Lagoon. HEX triplet: 05, 5B and 70. RGB value is (5,91,112). Sum of RGB (Red+Green+Blue) = 5+91+112=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #055B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055B70 is #FAA48F. Grayscale: #434343. Windows color (decimal): -16426128 or 7363333. OLE color: 7363333.
HSL color Cylindrical-coordinate representation of color #055B70: hue angle of 191.78º 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 #055B70 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 91 | 112 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.56 |
| HSL | 191.78º | 0.91% | 0.23% | - |
| HSV(B) | 191.78º | 0.96% | 0.44% | - |
| XYZ | 6.73 | 8.68 | 16.65 | - |
| YUV | 67.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 91 | 112 | 0.96 | 0.19 | 0 | 0.56 | 191.78 | 0.91 | 0.23 |
| Hex | 5 | 5B | 70 | 60 | 13 | 0 | 38 | C0 | 5B | 17 |
| Octal | 5 | 133 | 160 | 140 | 23 | 0 | 70 | 300 | 133 | 27 |
| Binary | 101 | 1011011 | 1110000 | 1100000 | 10011 | 0 | 111000 | 11000000 | 1011011 | 10111 |
Color Harmonies of #055B70
Complementary color
Monochromatic Colors of #055B70
Black with #055B70
Text Example
Text Example
White with #055B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055B70; }
p { color: rgb(5,91,112); }
H1.HeaderClassName
{
color: #055B70;
}
.AnyTagClassName
{
color: #055B70;
}
</style>
background-color css
<style>
a { background-color: #055B70; }
a { background-color: rgb(5,91,112); }
div.DivClassName
{
background-color: #055B70;
}
.BgClassName
{
background-color: #055B70;
}
</style>
border-color css
<style>
span { border-color: #055B70; }
span { border-color: rgb(5,91,112); }
td.TdClassName
{
border-color: #055B70;
}
.TagClassName
{
border-color: #055B70;
}
</style>