Shades of Blue Lagoon #05697B
Tints of Blue Lagoon #05697B
RGB
CMYK
RGB Variations
Color information
#05697B (or 0x05697B) is known color: Blue Lagoon. HEX triplet: 05, 69 and 7B. RGB value is (5,105,123). Sum of RGB (Red+Green+Blue) = 5+105+123=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #05697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05697B is #FA9684. Grayscale: #4C4C4C. Windows color (decimal): -16422533 or 8087813. OLE color: 8087813.
HSL color Cylindrical-coordinate representation of color #05697B: hue angle of 189.15º 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 #05697B is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 105 | 123 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.52 |
| HSL | 189.15º | 0.92% | 0.25% | - |
| HSV(B) | 189.15º | 0.96% | 0.48% | - |
| XYZ | 8.69 | 11.57 | 20.51 | - |
| YUV | 77.15 | 153.87 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 123 | 0.96 | 0.15 | 0 | 0.52 | 189.15 | 0.92 | 0.25 |
| Hex | 5 | 69 | 7B | 60 | F | 0 | 34 | BD | 5C | 19 |
| Octal | 5 | 151 | 173 | 140 | 17 | 0 | 64 | 275 | 134 | 31 |
| Binary | 101 | 1101001 | 1111011 | 1100000 | 1111 | 0 | 110100 | 10111101 | 1011100 | 11001 |
Color Harmonies of #05697B
Complementary color
Monochromatic Colors of #05697B
Black with #05697B
Text Example
Text Example
White with #05697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05697B; }
p { color: rgb(5,105,123); }
H1.HeaderClassName
{
color: #05697B;
}
.AnyTagClassName
{
color: #05697B;
}
</style>
background-color css
<style>
a { background-color: #05697B; }
a { background-color: rgb(5,105,123); }
div.DivClassName
{
background-color: #05697B;
}
.BgClassName
{
background-color: #05697B;
}
</style>
border-color css
<style>
span { border-color: #05697B; }
span { border-color: rgb(5,105,123); }
td.TdClassName
{
border-color: #05697B;
}
.TagClassName
{
border-color: #05697B;
}
</style>