Shades of Blue Lagoon #005D69
Tints of Blue Lagoon #005D69
RGB
CMYK
RGB Variations
Color information
#005D69 (or 0x005D69) is known color: Blue Lagoon. HEX triplet: 00, 5D and 69. RGB value is (0,93,105). Sum of RGB (Red+Green+Blue) = 0+93+105=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #005D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D69 is #FFA296. Grayscale: #424242. Windows color (decimal): -16753303 or 6905088. OLE color: 6905088.
HSL color Cylindrical-coordinate representation of color #005D69: hue angle of 186.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D69 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 93 | 105 | - |
| CMYK | 1 | 0.11 | 0 | 0.59 |
| HSL | 186.86º | 1% | 0.21% | - |
| HSV(B) | 186.86º | 1% | 0.41% | - |
| XYZ | 6.46 | 8.85 | 14.73 | - |
| YUV | 66.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 105 | 1 | 0.11 | 0 | 0.59 | 186.86 | 1 | 0.21 |
| Hex | 0 | 5D | 69 | 64 | B | 0 | 3B | BB | 64 | 15 |
| Octal | 0 | 135 | 151 | 144 | 13 | 0 | 73 | 273 | 144 | 25 |
| Binary | 0 | 1011101 | 1101001 | 1100100 | 1011 | 0 | 111011 | 10111011 | 1100100 | 10101 |
Color Harmonies of #005D69
Complementary color
Monochromatic Colors of #005D69
Black with #005D69
Text Example
Text Example
White with #005D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D69; }
p { color: rgb(0,93,105); }
H1.HeaderClassName
{
color: #005D69;
}
.AnyTagClassName
{
color: #005D69;
}
</style>
background-color css
<style>
a { background-color: #005D69; }
a { background-color: rgb(0,93,105); }
div.DivClassName
{
background-color: #005D69;
}
.BgClassName
{
background-color: #005D69;
}
</style>
border-color css
<style>
span { border-color: #005D69; }
span { border-color: rgb(0,93,105); }
td.TdClassName
{
border-color: #005D69;
}
.TagClassName
{
border-color: #005D69;
}
</style>