Shades of Blue Lagoon #056575
Tints of Blue Lagoon #056575
RGB
CMYK
RGB Variations
Color information
#056575 (or 0x056575) is known color: Blue Lagoon. HEX triplet: 05, 65 and 75. RGB value is (5,101,117). Sum of RGB (Red+Green+Blue) = 5+101+117=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #056575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056575 is #FA9A8A. Grayscale: #494949. Windows color (decimal): -16423563 or 7693573. OLE color: 7693573.
HSL color Cylindrical-coordinate representation of color #056575: hue angle of 188.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056575 is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 101 | 117 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.54 |
| HSL | 188.57º | 0.92% | 0.24% | - |
| HSV(B) | 188.57º | 0.96% | 0.46% | - |
| XYZ | 7.93 | 10.62 | 18.46 | - |
| YUV | 74.12 | 152.2 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 117 | 0.96 | 0.14 | 0 | 0.54 | 188.57 | 0.92 | 0.24 |
| Hex | 5 | 65 | 75 | 60 | E | 0 | 36 | BD | 5C | 18 |
| Octal | 5 | 145 | 165 | 140 | 16 | 0 | 66 | 275 | 134 | 30 |
| Binary | 101 | 1100101 | 1110101 | 1100000 | 1110 | 0 | 110110 | 10111101 | 1011100 | 11000 |
Color Harmonies of #056575
Complementary color
Monochromatic Colors of #056575
Black with #056575
Text Example
Text Example
White with #056575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056575; }
p { color: rgb(5,101,117); }
H1.HeaderClassName
{
color: #056575;
}
.AnyTagClassName
{
color: #056575;
}
</style>
background-color css
<style>
a { background-color: #056575; }
a { background-color: rgb(5,101,117); }
div.DivClassName
{
background-color: #056575;
}
.BgClassName
{
background-color: #056575;
}
</style>
border-color css
<style>
span { border-color: #056575; }
span { border-color: rgb(5,101,117); }
td.TdClassName
{
border-color: #056575;
}
.TagClassName
{
border-color: #056575;
}
</style>