Shades of Blue Lagoon #05686A
Tints of Blue Lagoon #05686A
RGB
CMYK
RGB Variations
Color information
#05686A (or 0x05686A) is known color: Blue Lagoon. HEX triplet: 05, 68 and 6A. RGB value is (5,104,106). Sum of RGB (Red+Green+Blue) = 5+104+106=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #05686A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05686A is #FA9795. Grayscale: #4A4A4A. Windows color (decimal): -16422806 or 6973445. OLE color: 6973445.
HSL color Cylindrical-coordinate representation of color #05686A: hue angle of 181.19º 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 #05686A is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 104 | 106 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.58 |
| HSL | 181.19º | 0.91% | 0.22% | - |
| HSV(B) | 181.19º | 0.95% | 0.42% | - |
| XYZ | 7.61 | 10.97 | 15.35 | - |
| YUV | 74.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 106 | 0.95 | 0.02 | 0 | 0.58 | 181.19 | 0.91 | 0.22 |
| Hex | 5 | 68 | 6A | 5F | 2 | 0 | 3A | B5 | 5B | 16 |
| Octal | 5 | 150 | 152 | 137 | 2 | 0 | 72 | 265 | 133 | 26 |
| Binary | 101 | 1101000 | 1101010 | 1011111 | 10 | 0 | 111010 | 10110101 | 1011011 | 10110 |
Color Harmonies of #05686A
Complementary color
Monochromatic Colors of #05686A
Black with #05686A
Text Example
Text Example
White with #05686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05686A; }
p { color: rgb(5,104,106); }
H1.HeaderClassName
{
color: #05686A;
}
.AnyTagClassName
{
color: #05686A;
}
</style>
background-color css
<style>
a { background-color: #05686A; }
a { background-color: rgb(5,104,106); }
div.DivClassName
{
background-color: #05686A;
}
.BgClassName
{
background-color: #05686A;
}
</style>
border-color css
<style>
span { border-color: #05686A; }
span { border-color: rgb(5,104,106); }
td.TdClassName
{
border-color: #05686A;
}
.TagClassName
{
border-color: #05686A;
}
</style>