Shades of Blue Lagoon #09566D
Tints of Blue Lagoon #09566D
RGB
CMYK
RGB Variations
Color information
#09566D (or 0x09566D) is known color: Blue Lagoon. HEX triplet: 09, 56 and 6D. RGB value is (9,86,109). Sum of RGB (Red+Green+Blue) = 9+86+109=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #09566D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09566D is #F6A992. Grayscale: #414141. Windows color (decimal): -16165267 or 7165449. OLE color: 7165449.
HSL color Cylindrical-coordinate representation of color #09566D: hue angle of 193.8º 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 #09566D is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 86 | 109 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.57 |
| HSL | 193.8º | 0.85% | 0.23% | - |
| HSV(B) | 193.8º | 0.92% | 0.43% | - |
| XYZ | 6.2 | 7.82 | 15.65 | - |
| YUV | 65.6 | 152.49 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 109 | 0.92 | 0.21 | 0 | 0.57 | 193.8 | 0.85 | 0.23 |
| Hex | 9 | 56 | 6D | 5C | 15 | 0 | 39 | C2 | 55 | 17 |
| Octal | 11 | 126 | 155 | 134 | 25 | 0 | 71 | 302 | 125 | 27 |
| Binary | 1001 | 1010110 | 1101101 | 1011100 | 10101 | 0 | 111001 | 11000010 | 1010101 | 10111 |
Color Harmonies of #09566D
Complementary color
Monochromatic Colors of #09566D
Black with #09566D
Text Example
Text Example
White with #09566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09566D; }
p { color: rgb(9,86,109); }
H1.HeaderClassName
{
color: #09566D;
}
.AnyTagClassName
{
color: #09566D;
}
</style>
background-color css
<style>
a { background-color: #09566D; }
a { background-color: rgb(9,86,109); }
div.DivClassName
{
background-color: #09566D;
}
.BgClassName
{
background-color: #09566D;
}
</style>
border-color css
<style>
span { border-color: #09566D; }
span { border-color: rgb(9,86,109); }
td.TdClassName
{
border-color: #09566D;
}
.TagClassName
{
border-color: #09566D;
}
</style>