Shades of Blue Lagoon #095562
Tints of Blue Lagoon #095562
RGB
CMYK
RGB Variations
Color information
#095562 (or 0x095562) is known color: Blue Lagoon. HEX triplet: 09, 55 and 62. RGB value is (9,85,98). Sum of RGB (Red+Green+Blue) = 9+85+98=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #095562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095562 is #F6AA9D. Grayscale: #3F3F3F. Windows color (decimal): -16165534 or 6444297. OLE color: 6444297.
HSL color Cylindrical-coordinate representation of color #095562: hue angle of 188.76º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095562 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 85 | 98 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.62 |
| HSL | 188.76º | 0.83% | 0.21% | - |
| HSV(B) | 188.76º | 0.91% | 0.38% | - |
| XYZ | 5.57 | 7.44 | 12.7 | - |
| YUV | 63.76 | 147.32 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 98 | 0.91 | 0.13 | 0 | 0.62 | 188.76 | 0.83 | 0.21 |
| Hex | 9 | 55 | 62 | 5B | D | 0 | 3E | BD | 53 | 15 |
| Octal | 11 | 125 | 142 | 133 | 15 | 0 | 76 | 275 | 123 | 25 |
| Binary | 1001 | 1010101 | 1100010 | 1011011 | 1101 | 0 | 111110 | 10111101 | 1010011 | 10101 |
Color Harmonies of #095562
Complementary color
Monochromatic Colors of #095562
Black with #095562
Text Example
Text Example
White with #095562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095562; }
p { color: rgb(9,85,98); }
H1.HeaderClassName
{
color: #095562;
}
.AnyTagClassName
{
color: #095562;
}
</style>
background-color css
<style>
a { background-color: #095562; }
a { background-color: rgb(9,85,98); }
div.DivClassName
{
background-color: #095562;
}
.BgClassName
{
background-color: #095562;
}
</style>
border-color css
<style>
span { border-color: #095562; }
span { border-color: rgb(9,85,98); }
td.TdClassName
{
border-color: #095562;
}
.TagClassName
{
border-color: #095562;
}
</style>