Shades of Blue Lagoon #005D65
Tints of Blue Lagoon #005D65
RGB
CMYK
RGB Variations
Color information
#005D65 (or 0x005D65) is known color: Blue Lagoon. HEX triplet: 00, 5D and 65. RGB value is (0,93,101). Sum of RGB (Red+Green+Blue) = 0+93+101=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #005D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D65 is #FFA29A. Grayscale: #414141. Windows color (decimal): -16753307 or 6642944. OLE color: 6642944.
HSL color Cylindrical-coordinate representation of color #005D65: hue angle of 184.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D65 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 93 | 101 | - |
| CMYK | 1 | 0.08 | 0 | 0.60 |
| HSL | 184.75º | 1% | 0.2% | - |
| HSV(B) | 184.75º | 1% | 0.4% | - |
| XYZ | 6.26 | 8.77 | 13.67 | - |
| YUV | 66.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 101 | 1 | 0.08 | 0 | 0.60 | 184.75 | 1 | 0.2 |
| Hex | 0 | 5D | 65 | 64 | 8 | 0 | 3C | B9 | 64 | 14 |
| Octal | 0 | 135 | 145 | 144 | 10 | 0 | 74 | 271 | 144 | 24 |
| Binary | 0 | 1011101 | 1100101 | 1100100 | 1000 | 0 | 111100 | 10111001 | 1100100 | 10100 |
Color Harmonies of #005D65
Complementary color
Monochromatic Colors of #005D65
Black with #005D65
Text Example
Text Example
White with #005D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D65; }
p { color: rgb(0,93,101); }
H1.HeaderClassName
{
color: #005D65;
}
.AnyTagClassName
{
color: #005D65;
}
</style>
background-color css
<style>
a { background-color: #005D65; }
a { background-color: rgb(0,93,101); }
div.DivClassName
{
background-color: #005D65;
}
.BgClassName
{
background-color: #005D65;
}
</style>
border-color css
<style>
span { border-color: #005D65; }
span { border-color: rgb(0,93,101); }
td.TdClassName
{
border-color: #005D65;
}
.TagClassName
{
border-color: #005D65;
}
</style>