Shades of Blue Lagoon #09587A
Tints of Blue Lagoon #09587A
RGB
CMYK
RGB Variations
Color information
#09587A (or 0x09587A) is known color: Blue Lagoon. HEX triplet: 09, 58 and 7A. RGB value is (9,88,122). Sum of RGB (Red+Green+Blue) = 9+88+122=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #09587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09587A is #F6A785. Grayscale: #444444. Windows color (decimal): -16164742 or 8017929. OLE color: 8017929.
HSL color Cylindrical-coordinate representation of color #09587A: hue angle of 198.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09587A is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 88 | 122 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.52 |
| HSL | 198.05º | 0.86% | 0.26% | - |
| HSV(B) | 198.05º | 0.93% | 0.48% | - |
| XYZ | 7.12 | 8.44 | 19.67 | - |
| YUV | 68.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 122 | 0.93 | 0.28 | 0 | 0.52 | 198.05 | 0.86 | 0.26 |
| Hex | 9 | 58 | 7A | 5D | 1C | 0 | 34 | C6 | 56 | 1A |
| Octal | 11 | 130 | 172 | 135 | 34 | 0 | 64 | 306 | 126 | 32 |
| Binary | 1001 | 1011000 | 1111010 | 1011101 | 11100 | 0 | 110100 | 11000110 | 1010110 | 11010 |
Color Harmonies of #09587A
Complementary color
Monochromatic Colors of #09587A
Black with #09587A
Text Example
Text Example
White with #09587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09587A; }
p { color: rgb(9,88,122); }
H1.HeaderClassName
{
color: #09587A;
}
.AnyTagClassName
{
color: #09587A;
}
</style>
background-color css
<style>
a { background-color: #09587A; }
a { background-color: rgb(9,88,122); }
div.DivClassName
{
background-color: #09587A;
}
.BgClassName
{
background-color: #09587A;
}
</style>
border-color css
<style>
span { border-color: #09587A; }
span { border-color: rgb(9,88,122); }
td.TdClassName
{
border-color: #09587A;
}
.TagClassName
{
border-color: #09587A;
}
</style>