Shades of Blue Lagoon #00586D
Tints of Blue Lagoon #00586D
RGB
CMYK
RGB Variations
Color information
#00586D (or 0x00586D) is known color: Blue Lagoon. HEX triplet: 00, 58 and 6D. RGB value is (0,88,109). Sum of RGB (Red+Green+Blue) = 0+88+109=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #00586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00586D is #FFA792. Grayscale: #3F3F3F. Windows color (decimal): -16754579 or 7165952. OLE color: 7165952.
HSL color Cylindrical-coordinate representation of color #00586D: hue angle of 191.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00586D is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 0 | 88 | 109 | - |
| CMYK | 1 | 0.19 | 0 | 0.57 |
| HSL | 191.56º | 1% | 0.21% | - |
| HSV(B) | 191.56º | 1% | 0.43% | - |
| XYZ | 6.25 | 8.08 | 15.7 | - |
| YUV | 64.08 | 153.35 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 109 | 1 | 0.19 | 0 | 0.57 | 191.56 | 1 | 0.21 |
| Hex | 0 | 58 | 6D | 64 | 13 | 0 | 39 | C0 | 64 | 15 |
| Octal | 0 | 130 | 155 | 144 | 23 | 0 | 71 | 300 | 144 | 25 |
| Binary | 0 | 1011000 | 1101101 | 1100100 | 10011 | 0 | 111001 | 11000000 | 1100100 | 10101 |
Color Harmonies of #00586D
Complementary color
Monochromatic Colors of #00586D
Black with #00586D
Text Example
Text Example
White with #00586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00586D; }
p { color: rgb(0,88,109); }
H1.HeaderClassName
{
color: #00586D;
}
.AnyTagClassName
{
color: #00586D;
}
</style>
background-color css
<style>
a { background-color: #00586D; }
a { background-color: rgb(0,88,109); }
div.DivClassName
{
background-color: #00586D;
}
.BgClassName
{
background-color: #00586D;
}
</style>
border-color css
<style>
span { border-color: #00586D; }
span { border-color: rgb(0,88,109); }
td.TdClassName
{
border-color: #00586D;
}
.TagClassName
{
border-color: #00586D;
}
</style>