Shades of Blue Stone #116B5A
Tints of Blue Stone #116B5A
RGB
CMYK
RGB Variations
Color information
#116B5A (or 0x116B5A) is known color: Blue Stone. HEX triplet: 11, 6B and 5A. RGB value is (17,107,90). Sum of RGB (Red+Green+Blue) = 17+107+90=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 107 (42.19% from 255 or 50% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 107 - color contains mainly: green. Hex color #116B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B5A is #EE94A5. Grayscale: #4E4E4E. Windows color (decimal): -15635622 or 5925649. OLE color: 5925649.
HSL color Cylindrical-coordinate representation of color #116B5A: hue angle of 168.67º 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 #116B5A is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 107 | 90 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.58 |
| HSL | 168.67º | 0.73% | 0.24% | - |
| HSV(B) | 168.67º | 0.84% | 0.42% | - |
| XYZ | 7.33 | 11.37 | 11.48 | - |
| YUV | 78.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 90 | 0.84 | 0 | 0.16 | 0.58 | 168.67 | 0.73 | 0.24 |
| Hex | 11 | 6B | 5A | 54 | 0 | 10 | 3A | A9 | 49 | 18 |
| Octal | 21 | 153 | 132 | 124 | 0 | 20 | 72 | 251 | 111 | 30 |
| Binary | 10001 | 1101011 | 1011010 | 1010100 | 0 | 10000 | 111010 | 10101001 | 1001001 | 11000 |
Color Harmonies of #116B5A
Complementary color
Monochromatic Colors of #116B5A
Black with #116B5A
Text Example
Text Example
White with #116B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116B5A; }
p { color: rgb(17,107,90); }
H1.HeaderClassName
{
color: #116B5A;
}
.AnyTagClassName
{
color: #116B5A;
}
</style>
background-color css
<style>
a { background-color: #116B5A; }
a { background-color: rgb(17,107,90); }
div.DivClassName
{
background-color: #116B5A;
}
.BgClassName
{
background-color: #116B5A;
}
</style>
border-color css
<style>
span { border-color: #116B5A; }
span { border-color: rgb(17,107,90); }
td.TdClassName
{
border-color: #116B5A;
}
.TagClassName
{
border-color: #116B5A;
}
</style>