Shades of Blue Lagoon #005D6F
Tints of Blue Lagoon #005D6F
RGB
CMYK
RGB Variations
Color information
#005D6F (or 0x005D6F) is known color: Blue Lagoon. HEX triplet: 00, 5D and 6F. RGB value is (0,93,111). Sum of RGB (Red+Green+Blue) = 0+93+111=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #005D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D6F is #FFA290. Grayscale: #434343. Windows color (decimal): -16753297 or 7298304. OLE color: 7298304.
HSL color Cylindrical-coordinate representation of color #005D6F: hue angle of 189.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D6F is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 93 | 111 | - |
| CMYK | 1 | 0.16 | 0 | 0.56 |
| HSL | 189.73º | 1% | 0.22% | - |
| HSV(B) | 189.73º | 1% | 0.44% | - |
| XYZ | 6.78 | 8.98 | 16.41 | - |
| YUV | 67.25 | 152.69 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 111 | 1 | 0.16 | 0 | 0.56 | 189.73 | 1 | 0.22 |
| Hex | 0 | 5D | 6F | 64 | 10 | 0 | 38 | BE | 64 | 16 |
| Octal | 0 | 135 | 157 | 144 | 20 | 0 | 70 | 276 | 144 | 26 |
| Binary | 0 | 1011101 | 1101111 | 1100100 | 10000 | 0 | 111000 | 10111110 | 1100100 | 10110 |
Color Harmonies of #005D6F
Complementary color
Monochromatic Colors of #005D6F
Black with #005D6F
Text Example
Text Example
White with #005D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D6F; }
p { color: rgb(0,93,111); }
H1.HeaderClassName
{
color: #005D6F;
}
.AnyTagClassName
{
color: #005D6F;
}
</style>
background-color css
<style>
a { background-color: #005D6F; }
a { background-color: rgb(0,93,111); }
div.DivClassName
{
background-color: #005D6F;
}
.BgClassName
{
background-color: #005D6F;
}
</style>
border-color css
<style>
span { border-color: #005D6F; }
span { border-color: rgb(0,93,111); }
td.TdClassName
{
border-color: #005D6F;
}
.TagClassName
{
border-color: #005D6F;
}
</style>