Shades of Blue Lagoon #09566F
Tints of Blue Lagoon #09566F
RGB
CMYK
RGB Variations
Color information
#09566F (or 0x09566F) is known color: Blue Lagoon. HEX triplet: 09, 56 and 6F. RGB value is (9,86,111). Sum of RGB (Red+Green+Blue) = 9+86+111=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #09566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09566F is #F6A990. Grayscale: #414141. Windows color (decimal): -16165265 or 7296521. OLE color: 7296521.
HSL color Cylindrical-coordinate representation of color #09566F: hue angle of 194.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09566F is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 86 | 111 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.56 |
| HSL | 194.71º | 0.85% | 0.24% | - |
| HSV(B) | 194.71º | 0.92% | 0.44% | - |
| XYZ | 6.31 | 7.86 | 16.22 | - |
| YUV | 65.83 | 153.49 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 111 | 0.92 | 0.23 | 0 | 0.56 | 194.71 | 0.85 | 0.24 |
| Hex | 9 | 56 | 6F | 5C | 17 | 0 | 38 | C3 | 55 | 18 |
| Octal | 11 | 126 | 157 | 134 | 27 | 0 | 70 | 303 | 125 | 30 |
| Binary | 1001 | 1010110 | 1101111 | 1011100 | 10111 | 0 | 111000 | 11000011 | 1010101 | 11000 |
Color Harmonies of #09566F
Complementary color
Monochromatic Colors of #09566F
Black with #09566F
Text Example
Text Example
White with #09566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09566F; }
p { color: rgb(9,86,111); }
H1.HeaderClassName
{
color: #09566F;
}
.AnyTagClassName
{
color: #09566F;
}
</style>
background-color css
<style>
a { background-color: #09566F; }
a { background-color: rgb(9,86,111); }
div.DivClassName
{
background-color: #09566F;
}
.BgClassName
{
background-color: #09566F;
}
</style>
border-color css
<style>
span { border-color: #09566F; }
span { border-color: rgb(9,86,111); }
td.TdClassName
{
border-color: #09566F;
}
.TagClassName
{
border-color: #09566F;
}
</style>