Shades of Blue Lagoon #056270
Tints of Blue Lagoon #056270
RGB
CMYK
RGB Variations
Color information
#056270 (or 0x056270) is known color: Blue Lagoon. HEX triplet: 05, 62 and 70. RGB value is (5,98,112). Sum of RGB (Red+Green+Blue) = 5+98+112=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #056270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056270 is #FA9D8F. Grayscale: #474747. Windows color (decimal): -16424336 or 7365125. OLE color: 7365125.
HSL color Cylindrical-coordinate representation of color #056270: hue angle of 187.85º 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 #056270 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 98 | 112 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.56 |
| HSL | 187.85º | 0.91% | 0.23% | - |
| HSV(B) | 187.85º | 0.96% | 0.44% | - |
| XYZ | 7.35 | 9.94 | 16.86 | - |
| YUV | 71.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 112 | 0.96 | 0.13 | 0 | 0.56 | 187.85 | 0.91 | 0.23 |
| Hex | 5 | 62 | 70 | 60 | D | 0 | 38 | BC | 5B | 17 |
| Octal | 5 | 142 | 160 | 140 | 15 | 0 | 70 | 274 | 133 | 27 |
| Binary | 101 | 1100010 | 1110000 | 1100000 | 1101 | 0 | 111000 | 10111100 | 1011011 | 10111 |
Color Harmonies of #056270
Complementary color
Monochromatic Colors of #056270
Black with #056270
Text Example
Text Example
White with #056270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056270; }
p { color: rgb(5,98,112); }
H1.HeaderClassName
{
color: #056270;
}
.AnyTagClassName
{
color: #056270;
}
</style>
background-color css
<style>
a { background-color: #056270; }
a { background-color: rgb(5,98,112); }
div.DivClassName
{
background-color: #056270;
}
.BgClassName
{
background-color: #056270;
}
</style>
border-color css
<style>
span { border-color: #056270; }
span { border-color: rgb(5,98,112); }
td.TdClassName
{
border-color: #056270;
}
.TagClassName
{
border-color: #056270;
}
</style>