Shades of Blue Lagoon #08596C
Tints of Blue Lagoon #08596C
RGB
CMYK
RGB Variations
Color information
#08596C (or 0x08596C) is known color: Blue Lagoon. HEX triplet: 08, 59 and 6C. RGB value is (8,89,108). Sum of RGB (Red+Green+Blue) = 8+89+108=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #08596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08596C is #F7A693. Grayscale: #424242. Windows color (decimal): -16230036 or 7100680. OLE color: 7100680.
HSL color Cylindrical-coordinate representation of color #08596C: hue angle of 191.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08596C is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 89 | 108 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.58 |
| HSL | 191.4º | 0.86% | 0.23% | - |
| HSV(B) | 191.4º | 0.93% | 0.42% | - |
| XYZ | 6.38 | 8.28 | 15.45 | - |
| YUV | 66.95 | 151.16 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 89 | 108 | 0.93 | 0.18 | 0 | 0.58 | 191.4 | 0.86 | 0.23 |
| Hex | 8 | 59 | 6C | 5D | 12 | 0 | 3A | BF | 56 | 17 |
| Octal | 10 | 131 | 154 | 135 | 22 | 0 | 72 | 277 | 126 | 27 |
| Binary | 1000 | 1011001 | 1101100 | 1011101 | 10010 | 0 | 111010 | 10111111 | 1010110 | 10111 |
Color Harmonies of #08596C
Complementary color
Monochromatic Colors of #08596C
Black with #08596C
Text Example
Text Example
White with #08596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08596C; }
p { color: rgb(8,89,108); }
H1.HeaderClassName
{
color: #08596C;
}
.AnyTagClassName
{
color: #08596C;
}
</style>
background-color css
<style>
a { background-color: #08596C; }
a { background-color: rgb(8,89,108); }
div.DivClassName
{
background-color: #08596C;
}
.BgClassName
{
background-color: #08596C;
}
</style>
border-color css
<style>
span { border-color: #08596C; }
span { border-color: rgb(8,89,108); }
td.TdClassName
{
border-color: #08596C;
}
.TagClassName
{
border-color: #08596C;
}
</style>