Shades of Blue Stone #116B5B
Tints of Blue Stone #116B5B
RGB
CMYK
RGB Variations
Color information
#116B5B (or 0x116B5B) is known color: Blue Stone. HEX triplet: 11, 6B and 5B. RGB value is (17,107,91). Sum of RGB (Red+Green+Blue) = 17+107+91=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #116B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B5B is #EE94A4. Grayscale: #4E4E4E. Windows color (decimal): -15635621 or 5991185. OLE color: 5991185.
HSL color Cylindrical-coordinate representation of color #116B5B: hue angle of 169.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B5B is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 91 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.58 |
| HSL | 169.33º | 0.73% | 0.24% | - |
| HSV(B) | 169.33º | 0.84% | 0.42% | - |
| XYZ | 7.38 | 11.39 | 11.71 | - |
| YUV | 78.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 91 | 0.84 | 0 | 0.15 | 0.58 | 169.33 | 0.73 | 0.24 |
| Hex | 11 | 6B | 5B | 54 | 0 | F | 3A | A9 | 49 | 18 |
| Octal | 21 | 153 | 133 | 124 | 0 | 17 | 72 | 251 | 111 | 30 |
| Binary | 10001 | 1101011 | 1011011 | 1010100 | 0 | 1111 | 111010 | 10101001 | 1001001 | 11000 |
Color Harmonies of #116B5B
Complementary color
Monochromatic Colors of #116B5B
Black with #116B5B
Text Example
Text Example
White with #116B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B5B; }
p { color: rgb(17,107,91); }
H1.HeaderClassName
{
color: #116B5B;
}
.AnyTagClassName
{
color: #116B5B;
}
</style>
background-color css
<style>
a { background-color: #116B5B; }
a { background-color: rgb(17,107,91); }
div.DivClassName
{
background-color: #116B5B;
}
.BgClassName
{
background-color: #116B5B;
}
</style>
border-color css
<style>
span { border-color: #116B5B; }
span { border-color: rgb(17,107,91); }
td.TdClassName
{
border-color: #116B5B;
}
.TagClassName
{
border-color: #116B5B;
}
</style>