Shades of Blue Lagoon #05686C
Tints of Blue Lagoon #05686C
RGB
CMYK
RGB Variations
Color information
#05686C (or 0x05686C) is known color: Blue Lagoon. HEX triplet: 05, 68 and 6C. RGB value is (5,104,108). Sum of RGB (Red+Green+Blue) = 5+104+108=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #05686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05686C is #FA9793. Grayscale: #4A4A4A. Windows color (decimal): -16422804 or 7104517. OLE color: 7104517.
HSL color Cylindrical-coordinate representation of color #05686C: hue angle of 182.33º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05686C is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 104 | 108 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.58 |
| HSL | 182.33º | 0.91% | 0.22% | - |
| HSV(B) | 182.33º | 0.95% | 0.42% | - |
| XYZ | 7.72 | 11.02 | 15.91 | - |
| YUV | 74.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 108 | 0.95 | 0.04 | 0 | 0.58 | 182.33 | 0.91 | 0.22 |
| Hex | 5 | 68 | 6C | 5F | 4 | 0 | 3A | B6 | 5B | 16 |
| Octal | 5 | 150 | 154 | 137 | 4 | 0 | 72 | 266 | 133 | 26 |
| Binary | 101 | 1101000 | 1101100 | 1011111 | 100 | 0 | 111010 | 10110110 | 1011011 | 10110 |
Color Harmonies of #05686C
Complementary color
Monochromatic Colors of #05686C
Black with #05686C
Text Example
Text Example
White with #05686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05686C; }
p { color: rgb(5,104,108); }
H1.HeaderClassName
{
color: #05686C;
}
.AnyTagClassName
{
color: #05686C;
}
</style>
background-color css
<style>
a { background-color: #05686C; }
a { background-color: rgb(5,104,108); }
div.DivClassName
{
background-color: #05686C;
}
.BgClassName
{
background-color: #05686C;
}
</style>
border-color css
<style>
span { border-color: #05686C; }
span { border-color: rgb(5,104,108); }
td.TdClassName
{
border-color: #05686C;
}
.TagClassName
{
border-color: #05686C;
}
</style>