Shades of Blue Lagoon #05686D
Tints of Blue Lagoon #05686D
RGB
CMYK
RGB Variations
Color information
#05686D (or 0x05686D) is known color: Blue Lagoon. HEX triplet: 05, 68 and 6D. RGB value is (5,104,109). Sum of RGB (Red+Green+Blue) = 5+104+109=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #05686D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05686D is #FA9792. Grayscale: #4A4A4A. Windows color (decimal): -16422803 or 7170053. OLE color: 7170053.
HSL color Cylindrical-coordinate representation of color #05686D: hue angle of 182.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05686D is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 104 | 109 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.57 |
| HSL | 182.88º | 0.91% | 0.22% | - |
| HSV(B) | 182.88º | 0.95% | 0.43% | - |
| XYZ | 7.77 | 11.04 | 16.19 | - |
| YUV | 74.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 109 | 0.95 | 0.05 | 0 | 0.57 | 182.88 | 0.91 | 0.22 |
| Hex | 5 | 68 | 6D | 5F | 5 | 0 | 39 | B7 | 5B | 16 |
| Octal | 5 | 150 | 155 | 137 | 5 | 0 | 71 | 267 | 133 | 26 |
| Binary | 101 | 1101000 | 1101101 | 1011111 | 101 | 0 | 111001 | 10110111 | 1011011 | 10110 |
Color Harmonies of #05686D
Complementary color
Monochromatic Colors of #05686D
Black with #05686D
Text Example
Text Example
White with #05686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05686D; }
p { color: rgb(5,104,109); }
H1.HeaderClassName
{
color: #05686D;
}
.AnyTagClassName
{
color: #05686D;
}
</style>
background-color css
<style>
a { background-color: #05686D; }
a { background-color: rgb(5,104,109); }
div.DivClassName
{
background-color: #05686D;
}
.BgClassName
{
background-color: #05686D;
}
</style>
border-color css
<style>
span { border-color: #05686D; }
span { border-color: rgb(5,104,109); }
td.TdClassName
{
border-color: #05686D;
}
.TagClassName
{
border-color: #05686D;
}
</style>