Shades of Blue Lagoon #09586D
Tints of Blue Lagoon #09586D
RGB
CMYK
RGB Variations
Color information
#09586D (or 0x09586D) is known color: Blue Lagoon. HEX triplet: 09, 58 and 6D. RGB value is (9,88,109). Sum of RGB (Red+Green+Blue) = 9+88+109=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #09586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09586D is #F6A792. Grayscale: #424242. Windows color (decimal): -16164755 or 7165961. OLE color: 7165961.
HSL color Cylindrical-coordinate representation of color #09586D: hue angle of 192.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09586D is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 88 | 109 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.57 |
| HSL | 192.6º | 0.85% | 0.23% | - |
| HSV(B) | 192.6º | 0.92% | 0.43% | - |
| XYZ | 6.36 | 8.14 | 15.7 | - |
| YUV | 66.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 109 | 0.92 | 0.19 | 0 | 0.57 | 192.6 | 0.85 | 0.23 |
| Hex | 9 | 58 | 6D | 5C | 13 | 0 | 39 | C1 | 55 | 17 |
| Octal | 11 | 130 | 155 | 134 | 23 | 0 | 71 | 301 | 125 | 27 |
| Binary | 1001 | 1011000 | 1101101 | 1011100 | 10011 | 0 | 111001 | 11000001 | 1010101 | 10111 |
Color Harmonies of #09586D
Complementary color
Monochromatic Colors of #09586D
Black with #09586D
Text Example
Text Example
White with #09586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09586D; }
p { color: rgb(9,88,109); }
H1.HeaderClassName
{
color: #09586D;
}
.AnyTagClassName
{
color: #09586D;
}
</style>
background-color css
<style>
a { background-color: #09586D; }
a { background-color: rgb(9,88,109); }
div.DivClassName
{
background-color: #09586D;
}
.BgClassName
{
background-color: #09586D;
}
</style>
border-color css
<style>
span { border-color: #09586D; }
span { border-color: rgb(9,88,109); }
td.TdClassName
{
border-color: #09586D;
}
.TagClassName
{
border-color: #09586D;
}
</style>