Shades of Blue Lagoon #05687B
Tints of Blue Lagoon #05687B
RGB
CMYK
RGB Variations
Color information
#05687B (or 0x05687B) is known color: Blue Lagoon. HEX triplet: 05, 68 and 7B. RGB value is (5,104,123). Sum of RGB (Red+Green+Blue) = 5+104+123=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #05687B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05687B is #FA9784. Grayscale: #4C4C4C. Windows color (decimal): -16422789 or 8087557. OLE color: 8087557.
HSL color Cylindrical-coordinate representation of color #05687B: hue angle of 189.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05687B is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 104 | 123 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.52 |
| HSL | 189.66º | 0.92% | 0.25% | - |
| HSV(B) | 189.66º | 0.96% | 0.48% | - |
| XYZ | 8.59 | 11.36 | 20.48 | - |
| YUV | 76.57 | 154.2 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 123 | 0.96 | 0.15 | 0 | 0.52 | 189.66 | 0.92 | 0.25 |
| Hex | 5 | 68 | 7B | 60 | F | 0 | 34 | BE | 5C | 19 |
| Octal | 5 | 150 | 173 | 140 | 17 | 0 | 64 | 276 | 134 | 31 |
| Binary | 101 | 1101000 | 1111011 | 1100000 | 1111 | 0 | 110100 | 10111110 | 1011100 | 11001 |
Color Harmonies of #05687B
Complementary color
Monochromatic Colors of #05687B
Black with #05687B
Text Example
Text Example
White with #05687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05687B; }
p { color: rgb(5,104,123); }
H1.HeaderClassName
{
color: #05687B;
}
.AnyTagClassName
{
color: #05687B;
}
</style>
background-color css
<style>
a { background-color: #05687B; }
a { background-color: rgb(5,104,123); }
div.DivClassName
{
background-color: #05687B;
}
.BgClassName
{
background-color: #05687B;
}
</style>
border-color css
<style>
span { border-color: #05687B; }
span { border-color: rgb(5,104,123); }
td.TdClassName
{
border-color: #05687B;
}
.TagClassName
{
border-color: #05687B;
}
</style>