Shades of Blue Lagoon #005868
Tints of Blue Lagoon #005868
RGB
CMYK
RGB Variations
Color information
#005868 (or 0x005868) is known color: Blue Lagoon. HEX triplet: 00, 58 and 68. RGB value is (0,88,104). Sum of RGB (Red+Green+Blue) = 0+88+104=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #005868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005868 is #FFA797. Grayscale: #3F3F3F. Windows color (decimal): -16754584 or 6838272. OLE color: 6838272.
HSL color Cylindrical-coordinate representation of color #005868: hue angle of 189.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005868 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 88 | 104 | - |
| CMYK | 1 | 0.15 | 0 | 0.59 |
| HSL | 189.23º | 1% | 0.2% | - |
| HSV(B) | 189.23º | 1% | 0.41% | - |
| XYZ | 5.99 | 7.98 | 14.32 | - |
| YUV | 63.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 104 | 1 | 0.15 | 0 | 0.59 | 189.23 | 1 | 0.2 |
| Hex | 0 | 58 | 68 | 64 | F | 0 | 3B | BD | 64 | 14 |
| Octal | 0 | 130 | 150 | 144 | 17 | 0 | 73 | 275 | 144 | 24 |
| Binary | 0 | 1011000 | 1101000 | 1100100 | 1111 | 0 | 111011 | 10111101 | 1100100 | 10100 |
Color Harmonies of #005868
Complementary color
Monochromatic Colors of #005868
Black with #005868
Text Example
Text Example
White with #005868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005868; }
p { color: rgb(0,88,104); }
H1.HeaderClassName
{
color: #005868;
}
.AnyTagClassName
{
color: #005868;
}
</style>
background-color css
<style>
a { background-color: #005868; }
a { background-color: rgb(0,88,104); }
div.DivClassName
{
background-color: #005868;
}
.BgClassName
{
background-color: #005868;
}
</style>
border-color css
<style>
span { border-color: #005868; }
span { border-color: rgb(0,88,104); }
td.TdClassName
{
border-color: #005868;
}
.TagClassName
{
border-color: #005868;
}
</style>