Shades of Blue Lagoon #056066
Tints of Blue Lagoon #056066
RGB
CMYK
RGB Variations
Color information
#056066 (or 0x056066) is known color: Blue Lagoon. HEX triplet: 05, 60 and 66. RGB value is (5,96,102). Sum of RGB (Red+Green+Blue) = 5+96+102=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #056066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056066 is #FA9F99. Grayscale: #454545. Windows color (decimal): -16424858 or 6709253. OLE color: 6709253.
HSL color Cylindrical-coordinate representation of color #056066: hue angle of 183.71º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056066 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 5 | 96 | 102 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.6 |
| HSL | 183.71º | 0.91% | 0.21% | - |
| HSV(B) | 183.71º | 0.95% | 0.4% | - |
| XYZ | 6.64 | 9.36 | 14.03 | - |
| YUV | 69.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 102 | 0.95 | 0.06 | 0 | 0.6 | 183.71 | 0.91 | 0.21 |
| Hex | 5 | 60 | 66 | 5F | 6 | 0 | 3C | B8 | 5B | 15 |
| Octal | 5 | 140 | 146 | 137 | 6 | 0 | 74 | 270 | 133 | 25 |
| Binary | 101 | 1100000 | 1100110 | 1011111 | 110 | 0 | 111100 | 10111000 | 1011011 | 10101 |
Color Harmonies of #056066
Complementary color
Monochromatic Colors of #056066
Black with #056066
Text Example
Text Example
White with #056066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #056066; }
p { color: rgb(5,96,102); }
H1.HeaderClassName
{
color: #056066;
}
.AnyTagClassName
{
color: #056066;
}
</style>
background-color css
<style>
a { background-color: #056066; }
a { background-color: rgb(5,96,102); }
div.DivClassName
{
background-color: #056066;
}
.BgClassName
{
background-color: #056066;
}
</style>
border-color css
<style>
span { border-color: #056066; }
span { border-color: rgb(5,96,102); }
td.TdClassName
{
border-color: #056066;
}
.TagClassName
{
border-color: #056066;
}
</style>