Shades of Blue Lagoon #05687C
Tints of Blue Lagoon #05687C
RGB
CMYK
RGB Variations
Color information
#05687C (or 0x05687C) is known color: Blue Lagoon. HEX triplet: 05, 68 and 7C. RGB value is (5,104,124). Sum of RGB (Red+Green+Blue) = 5+104+124=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #05687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05687C is #FA9783. Grayscale: #4C4C4C. Windows color (decimal): -16422788 or 8153093. OLE color: 8153093.
HSL color Cylindrical-coordinate representation of color #05687C: hue angle of 190.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05687C is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 104 | 124 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.51 |
| HSL | 190.08º | 0.92% | 0.25% | - |
| HSV(B) | 190.08º | 0.96% | 0.49% | - |
| XYZ | 8.65 | 11.39 | 20.81 | - |
| YUV | 76.68 | 154.7 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 124 | 0.96 | 0.16 | 0 | 0.51 | 190.08 | 0.92 | 0.25 |
| Hex | 5 | 68 | 7C | 60 | 10 | 0 | 33 | BE | 5C | 19 |
| Octal | 5 | 150 | 174 | 140 | 20 | 0 | 63 | 276 | 134 | 31 |
| Binary | 101 | 1101000 | 1111100 | 1100000 | 10000 | 0 | 110011 | 10111110 | 1011100 | 11001 |
Color Harmonies of #05687C
Complementary color
Monochromatic Colors of #05687C
Black with #05687C
Text Example
Text Example
White with #05687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05687C; }
p { color: rgb(5,104,124); }
H1.HeaderClassName
{
color: #05687C;
}
.AnyTagClassName
{
color: #05687C;
}
</style>
background-color css
<style>
a { background-color: #05687C; }
a { background-color: rgb(5,104,124); }
div.DivClassName
{
background-color: #05687C;
}
.BgClassName
{
background-color: #05687C;
}
</style>
border-color css
<style>
span { border-color: #05687C; }
span { border-color: rgb(5,104,124); }
td.TdClassName
{
border-color: #05687C;
}
.TagClassName
{
border-color: #05687C;
}
</style>