Shades of Blue Lagoon #09556D
Tints of Blue Lagoon #09556D
RGB
CMYK
RGB Variations
Color information
#09556D (or 0x09556D) is known color: Blue Lagoon. HEX triplet: 09, 55 and 6D. RGB value is (9,85,109). Sum of RGB (Red+Green+Blue) = 9+85+109=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #09556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09556D is #F6AA92. Grayscale: #404040. Windows color (decimal): -16165523 or 7165193. OLE color: 7165193.
HSL color Cylindrical-coordinate representation of color #09556D: hue angle of 194.4º 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 #09556D is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 85 | 109 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.57 |
| HSL | 194.4º | 0.85% | 0.23% | - |
| HSV(B) | 194.4º | 0.92% | 0.43% | - |
| XYZ | 6.12 | 7.66 | 15.62 | - |
| YUV | 65.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 109 | 0.92 | 0.22 | 0 | 0.57 | 194.4 | 0.85 | 0.23 |
| Hex | 9 | 55 | 6D | 5C | 16 | 0 | 39 | C2 | 55 | 17 |
| Octal | 11 | 125 | 155 | 134 | 26 | 0 | 71 | 302 | 125 | 27 |
| Binary | 1001 | 1010101 | 1101101 | 1011100 | 10110 | 0 | 111001 | 11000010 | 1010101 | 10111 |
Color Harmonies of #09556D
Complementary color
Monochromatic Colors of #09556D
Black with #09556D
Text Example
Text Example
White with #09556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09556D; }
p { color: rgb(9,85,109); }
H1.HeaderClassName
{
color: #09556D;
}
.AnyTagClassName
{
color: #09556D;
}
</style>
background-color css
<style>
a { background-color: #09556D; }
a { background-color: rgb(9,85,109); }
div.DivClassName
{
background-color: #09556D;
}
.BgClassName
{
background-color: #09556D;
}
</style>
border-color css
<style>
span { border-color: #09556D; }
span { border-color: rgb(9,85,109); }
td.TdClassName
{
border-color: #09556D;
}
.TagClassName
{
border-color: #09556D;
}
</style>