Shades of Blue Lagoon #09586E
Tints of Blue Lagoon #09586E
RGB
CMYK
RGB Variations
Color information
#09586E (or 0x09586E) is known color: Blue Lagoon. HEX triplet: 09, 58 and 6E. RGB value is (9,88,110). Sum of RGB (Red+Green+Blue) = 9+88+110=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #09586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09586E is #F6A791. Grayscale: #424242. Windows color (decimal): -16164754 or 7231497. OLE color: 7231497.
HSL color Cylindrical-coordinate representation of color #09586E: hue angle of 193.07º 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 #09586E is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 88 | 110 | - |
| CMYK | 0.92 | 0.2 | 0 | 0.57 |
| HSL | 193.07º | 0.85% | 0.23% | - |
| HSV(B) | 193.07º | 0.92% | 0.43% | - |
| XYZ | 6.42 | 8.16 | 15.99 | - |
| YUV | 66.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 110 | 0.92 | 0.2 | 0 | 0.57 | 193.07 | 0.85 | 0.23 |
| Hex | 9 | 58 | 6E | 5C | 14 | 0 | 39 | C1 | 55 | 17 |
| Octal | 11 | 130 | 156 | 134 | 24 | 0 | 71 | 301 | 125 | 27 |
| Binary | 1001 | 1011000 | 1101110 | 1011100 | 10100 | 0 | 111001 | 11000001 | 1010101 | 10111 |
Color Harmonies of #09586E
Complementary color
Monochromatic Colors of #09586E
Black with #09586E
Text Example
Text Example
White with #09586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09586E; }
p { color: rgb(9,88,110); }
H1.HeaderClassName
{
color: #09586E;
}
.AnyTagClassName
{
color: #09586E;
}
</style>
background-color css
<style>
a { background-color: #09586E; }
a { background-color: rgb(9,88,110); }
div.DivClassName
{
background-color: #09586E;
}
.BgClassName
{
background-color: #09586E;
}
</style>
border-color css
<style>
span { border-color: #09586E; }
span { border-color: rgb(9,88,110); }
td.TdClassName
{
border-color: #09586E;
}
.TagClassName
{
border-color: #09586E;
}
</style>