Shades of Blue Lagoon #005867
Tints of Blue Lagoon #005867
RGB
CMYK
RGB Variations
Color information
#005867 (or 0x005867) is known color: Blue Lagoon. HEX triplet: 00, 58 and 67. RGB value is (0,88,103). Sum of RGB (Red+Green+Blue) = 0+88+103=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #005867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005867 is #FFA798. Grayscale: #3F3F3F. Windows color (decimal): -16754585 or 6772736. OLE color: 6772736.
HSL color Cylindrical-coordinate representation of color #005867: hue angle of 188.74º 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 #005867 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 88 | 103 | - |
| CMYK | 1 | 0.15 | 0 | 0.60 |
| HSL | 188.74º | 1% | 0.2% | - |
| HSV(B) | 188.74º | 1% | 0.4% | - |
| XYZ | 5.94 | 7.96 | 14.06 | - |
| YUV | 63.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 103 | 1 | 0.15 | 0 | 0.60 | 188.74 | 1 | 0.2 |
| Hex | 0 | 58 | 67 | 64 | F | 0 | 3C | BD | 64 | 14 |
| Octal | 0 | 130 | 147 | 144 | 17 | 0 | 74 | 275 | 144 | 24 |
| Binary | 0 | 1011000 | 1100111 | 1100100 | 1111 | 0 | 111100 | 10111101 | 1100100 | 10100 |
Color Harmonies of #005867
Complementary color
Monochromatic Colors of #005867
Black with #005867
Text Example
Text Example
White with #005867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005867; }
p { color: rgb(0,88,103); }
H1.HeaderClassName
{
color: #005867;
}
.AnyTagClassName
{
color: #005867;
}
</style>
background-color css
<style>
a { background-color: #005867; }
a { background-color: rgb(0,88,103); }
div.DivClassName
{
background-color: #005867;
}
.BgClassName
{
background-color: #005867;
}
</style>
border-color css
<style>
span { border-color: #005867; }
span { border-color: rgb(0,88,103); }
td.TdClassName
{
border-color: #005867;
}
.TagClassName
{
border-color: #005867;
}
</style>