Shades of Blue Stone #116E5D
Tints of Blue Stone #116E5D
RGB
CMYK
RGB Variations
Color information
#116E5D (or 0x116E5D) is known color: Blue Stone. HEX triplet: 11, 6E and 5D. RGB value is (17,110,93). Sum of RGB (Red+Green+Blue) = 17+110+93=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #116E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E5D is #EE91A2. Grayscale: #505050. Windows color (decimal): -15634851 or 6123025. OLE color: 6123025.
HSL color Cylindrical-coordinate representation of color #116E5D: hue angle of 169.03º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E5D is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 93 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.57 |
| HSL | 169.03º | 0.73% | 0.25% | - |
| HSV(B) | 169.03º | 0.85% | 0.43% | - |
| XYZ | 7.78 | 12.06 | 12.27 | - |
| YUV | 80.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 93 | 0.85 | 0 | 0.15 | 0.57 | 169.03 | 0.73 | 0.25 |
| Hex | 11 | 6E | 5D | 55 | 0 | F | 39 | A9 | 49 | 19 |
| Octal | 21 | 156 | 135 | 125 | 0 | 17 | 71 | 251 | 111 | 31 |
| Binary | 10001 | 1101110 | 1011101 | 1010101 | 0 | 1111 | 111001 | 10101001 | 1001001 | 11001 |
Color Harmonies of #116E5D
Complementary color
Monochromatic Colors of #116E5D
Black with #116E5D
Text Example
Text Example
White with #116E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E5D; }
p { color: rgb(17,110,93); }
H1.HeaderClassName
{
color: #116E5D;
}
.AnyTagClassName
{
color: #116E5D;
}
</style>
background-color css
<style>
a { background-color: #116E5D; }
a { background-color: rgb(17,110,93); }
div.DivClassName
{
background-color: #116E5D;
}
.BgClassName
{
background-color: #116E5D;
}
</style>
border-color css
<style>
span { border-color: #116E5D; }
span { border-color: rgb(17,110,93); }
td.TdClassName
{
border-color: #116E5D;
}
.TagClassName
{
border-color: #116E5D;
}
</style>