Shades of Blue Lagoon #05616E
Tints of Blue Lagoon #05616E
RGB
CMYK
RGB Variations
Color information
#05616E (or 0x05616E) is known color: Blue Lagoon. HEX triplet: 05, 61 and 6E. RGB value is (5,97,110). Sum of RGB (Red+Green+Blue) = 5+97+110=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #05616E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05616E is #FA9E91. Grayscale: #464646. Windows color (decimal): -16424594 or 7233797. OLE color: 7233797.
HSL color Cylindrical-coordinate representation of color #05616E: hue angle of 187.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05616E is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 97 | 110 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.57 |
| HSL | 187.43º | 0.91% | 0.23% | - |
| HSV(B) | 187.43º | 0.95% | 0.43% | - |
| XYZ | 7.15 | 9.71 | 16.25 | - |
| YUV | 70.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 97 | 110 | 0.95 | 0.12 | 0 | 0.57 | 187.43 | 0.91 | 0.23 |
| Hex | 5 | 61 | 6E | 5F | C | 0 | 39 | BB | 5B | 17 |
| Octal | 5 | 141 | 156 | 137 | 14 | 0 | 71 | 273 | 133 | 27 |
| Binary | 101 | 1100001 | 1101110 | 1011111 | 1100 | 0 | 111001 | 10111011 | 1011011 | 10111 |
Color Harmonies of #05616E
Complementary color
Monochromatic Colors of #05616E
Black with #05616E
Text Example
Text Example
White with #05616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05616E; }
p { color: rgb(5,97,110); }
H1.HeaderClassName
{
color: #05616E;
}
.AnyTagClassName
{
color: #05616E;
}
</style>
background-color css
<style>
a { background-color: #05616E; }
a { background-color: rgb(5,97,110); }
div.DivClassName
{
background-color: #05616E;
}
.BgClassName
{
background-color: #05616E;
}
</style>
border-color css
<style>
span { border-color: #05616E; }
span { border-color: rgb(5,97,110); }
td.TdClassName
{
border-color: #05616E;
}
.TagClassName
{
border-color: #05616E;
}
</style>