Shades of Blue Lagoon #005D67
Tints of Blue Lagoon #005D67
RGB
CMYK
RGB Variations
Color information
#005D67 (or 0x005D67) is known color: Blue Lagoon. HEX triplet: 00, 5D and 67. RGB value is (0,93,103). Sum of RGB (Red+Green+Blue) = 0+93+103=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #005D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005D67 is #FFA298. Grayscale: #424242. Windows color (decimal): -16753305 or 6774016. OLE color: 6774016.
HSL color Cylindrical-coordinate representation of color #005D67: hue angle of 185.83º 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 #005D67 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 93 | 103 | - |
| CMYK | 1 | 0.10 | 0 | 0.60 |
| HSL | 185.83º | 1% | 0.2% | - |
| HSV(B) | 185.83º | 1% | 0.4% | - |
| XYZ | 6.36 | 8.81 | 14.2 | - |
| YUV | 66.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 93 | 103 | 1 | 0.10 | 0 | 0.60 | 185.83 | 1 | 0.2 |
| Hex | 0 | 5D | 67 | 64 | A | 0 | 3C | BA | 64 | 14 |
| Octal | 0 | 135 | 147 | 144 | 12 | 0 | 74 | 272 | 144 | 24 |
| Binary | 0 | 1011101 | 1100111 | 1100100 | 1010 | 0 | 111100 | 10111010 | 1100100 | 10100 |
Color Harmonies of #005D67
Complementary color
Monochromatic Colors of #005D67
Black with #005D67
Text Example
Text Example
White with #005D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005D67; }
p { color: rgb(0,93,103); }
H1.HeaderClassName
{
color: #005D67;
}
.AnyTagClassName
{
color: #005D67;
}
</style>
background-color css
<style>
a { background-color: #005D67; }
a { background-color: rgb(0,93,103); }
div.DivClassName
{
background-color: #005D67;
}
.BgClassName
{
background-color: #005D67;
}
</style>
border-color css
<style>
span { border-color: #005D67; }
span { border-color: rgb(0,93,103); }
td.TdClassName
{
border-color: #005D67;
}
.TagClassName
{
border-color: #005D67;
}
</style>