Shades of Blue Lagoon #005667
Tints of Blue Lagoon #005667
RGB
CMYK
RGB Variations
Color information
#005667 (or 0x005667) is known color: Blue Lagoon. HEX triplet: 00, 56 and 67. RGB value is (0,86,103). Sum of RGB (Red+Green+Blue) = 0+86+103=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #005667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005667 is #FFA998. Grayscale: #3E3E3E. Windows color (decimal): -16755097 or 6772224. OLE color: 6772224.
HSL color Cylindrical-coordinate representation of color #005667: hue angle of 189.9º 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 #005667 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 86 | 103 | - |
| CMYK | 1 | 0.17 | 0 | 0.60 |
| HSL | 189.9º | 1% | 0.2% | - |
| HSV(B) | 189.9º | 1% | 0.4% | - |
| XYZ | 5.78 | 7.63 | 14 | - |
| YUV | 62.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 103 | 1 | 0.17 | 0 | 0.60 | 189.9 | 1 | 0.2 |
| Hex | 0 | 56 | 67 | 64 | 11 | 0 | 3C | BE | 64 | 14 |
| Octal | 0 | 126 | 147 | 144 | 21 | 0 | 74 | 276 | 144 | 24 |
| Binary | 0 | 1010110 | 1100111 | 1100100 | 10001 | 0 | 111100 | 10111110 | 1100100 | 10100 |
Color Harmonies of #005667
Complementary color
Monochromatic Colors of #005667
Black with #005667
Text Example
Text Example
White with #005667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005667; }
p { color: rgb(0,86,103); }
H1.HeaderClassName
{
color: #005667;
}
.AnyTagClassName
{
color: #005667;
}
</style>
background-color css
<style>
a { background-color: #005667; }
a { background-color: rgb(0,86,103); }
div.DivClassName
{
background-color: #005667;
}
.BgClassName
{
background-color: #005667;
}
</style>
border-color css
<style>
span { border-color: #005667; }
span { border-color: rgb(0,86,103); }
td.TdClassName
{
border-color: #005667;
}
.TagClassName
{
border-color: #005667;
}
</style>