Shades of Blue Lagoon #005D7D
Tints of Blue Lagoon #005D7D
RGB
CMYK
RGB Variations
Color information
#005D7D (or 0x005D7D) is known color: Blue Lagoon. HEX triplet: 00, 5D and 7D. RGB value is (0,93,125). Sum of RGB (Red+Green+Blue) = 0+93+125=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #005D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D7D is #FFA282. Grayscale: #444444. Windows color (decimal): -16753283 or 8215808. OLE color: 8215808.
HSL color Cylindrical-coordinate representation of color #005D7D: hue angle of 195.36º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D7D is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 93 | 125 | - |
| CMYK | 1 | 0.26 | 0 | 0.51 |
| HSL | 195.36º | 1% | 0.25% | - |
| HSV(B) | 195.36º | 1% | 0.49% | - |
| XYZ | 7.62 | 9.31 | 20.8 | - |
| YUV | 68.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 125 | 1 | 0.26 | 0 | 0.51 | 195.36 | 1 | 0.25 |
| Hex | 0 | 5D | 7D | 64 | 1A | 0 | 33 | C3 | 64 | 19 |
| Octal | 0 | 135 | 175 | 144 | 32 | 0 | 63 | 303 | 144 | 31 |
| Binary | 0 | 1011101 | 1111101 | 1100100 | 11010 | 0 | 110011 | 11000011 | 1100100 | 11001 |
Color Harmonies of #005D7D
Complementary color
Monochromatic Colors of #005D7D
Black with #005D7D
Text Example
Text Example
White with #005D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D7D; }
p { color: rgb(0,93,125); }
H1.HeaderClassName
{
color: #005D7D;
}
.AnyTagClassName
{
color: #005D7D;
}
</style>
background-color css
<style>
a { background-color: #005D7D; }
a { background-color: rgb(0,93,125); }
div.DivClassName
{
background-color: #005D7D;
}
.BgClassName
{
background-color: #005D7D;
}
</style>
border-color css
<style>
span { border-color: #005D7D; }
span { border-color: rgb(0,93,125); }
td.TdClassName
{
border-color: #005D7D;
}
.TagClassName
{
border-color: #005D7D;
}
</style>