Shades of Blue Lagoon #05696D
Tints of Blue Lagoon #05696D
RGB
CMYK
RGB Variations
Color information
#05696D (or 0x05696D) is known color: Blue Lagoon. HEX triplet: 05, 69 and 6D. RGB value is (5,105,109). Sum of RGB (Red+Green+Blue) = 5+105+109=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #05696D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05696D is #FA9692. Grayscale: #4B4B4B. Windows color (decimal): -16422547 or 7170309. OLE color: 7170309.
HSL color Cylindrical-coordinate representation of color #05696D: hue angle of 182.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05696D is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 105 | 109 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.57 |
| HSL | 182.31º | 0.91% | 0.22% | - |
| HSV(B) | 182.31º | 0.95% | 0.43% | - |
| XYZ | 7.87 | 11.24 | 16.22 | - |
| YUV | 75.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 109 | 0.95 | 0.04 | 0 | 0.57 | 182.31 | 0.91 | 0.22 |
| Hex | 5 | 69 | 6D | 5F | 4 | 0 | 39 | B6 | 5B | 16 |
| Octal | 5 | 151 | 155 | 137 | 4 | 0 | 71 | 266 | 133 | 26 |
| Binary | 101 | 1101001 | 1101101 | 1011111 | 100 | 0 | 111001 | 10110110 | 1011011 | 10110 |
Color Harmonies of #05696D
Complementary color
Monochromatic Colors of #05696D
Black with #05696D
Text Example
Text Example
White with #05696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05696D; }
p { color: rgb(5,105,109); }
H1.HeaderClassName
{
color: #05696D;
}
.AnyTagClassName
{
color: #05696D;
}
</style>
background-color css
<style>
a { background-color: #05696D; }
a { background-color: rgb(5,105,109); }
div.DivClassName
{
background-color: #05696D;
}
.BgClassName
{
background-color: #05696D;
}
</style>
border-color css
<style>
span { border-color: #05696D; }
span { border-color: rgb(5,105,109); }
td.TdClassName
{
border-color: #05696D;
}
.TagClassName
{
border-color: #05696D;
}
</style>