Shades of Blue Lagoon #056574
Tints of Blue Lagoon #056574
RGB
CMYK
RGB Variations
Color information
#056574 (or 0x056574) is known color: Blue Lagoon. HEX triplet: 05, 65 and 74. RGB value is (5,101,116). Sum of RGB (Red+Green+Blue) = 5+101+116=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #056574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056574 is #FA9A8B. Grayscale: #494949. Windows color (decimal): -16423564 or 7628037. OLE color: 7628037.
HSL color Cylindrical-coordinate representation of color #056574: hue angle of 188.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056574 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 101 | 116 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.55 |
| HSL | 188.11º | 0.92% | 0.24% | - |
| HSV(B) | 188.11º | 0.96% | 0.45% | - |
| XYZ | 7.87 | 10.6 | 18.15 | - |
| YUV | 74.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 101 | 116 | 0.96 | 0.13 | 0 | 0.55 | 188.11 | 0.92 | 0.24 |
| Hex | 5 | 65 | 74 | 60 | D | 0 | 37 | BC | 5C | 18 |
| Octal | 5 | 145 | 164 | 140 | 15 | 0 | 67 | 274 | 134 | 30 |
| Binary | 101 | 1100101 | 1110100 | 1100000 | 1101 | 0 | 110111 | 10111100 | 1011100 | 11000 |
Color Harmonies of #056574
Complementary color
Monochromatic Colors of #056574
Black with #056574
Text Example
Text Example
White with #056574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056574; }
p { color: rgb(5,101,116); }
H1.HeaderClassName
{
color: #056574;
}
.AnyTagClassName
{
color: #056574;
}
</style>
background-color css
<style>
a { background-color: #056574; }
a { background-color: rgb(5,101,116); }
div.DivClassName
{
background-color: #056574;
}
.BgClassName
{
background-color: #056574;
}
</style>
border-color css
<style>
span { border-color: #056574; }
span { border-color: rgb(5,101,116); }
td.TdClassName
{
border-color: #056574;
}
.TagClassName
{
border-color: #056574;
}
</style>