Shades of Blue Stone #116D5D
Tints of Blue Stone #116D5D
RGB
CMYK
RGB Variations
Color information
#116D5D (or 0x116D5D) is known color: Blue Stone. HEX triplet: 11, 6D and 5D. RGB value is (17,109,93). Sum of RGB (Red+Green+Blue) = 17+109+93=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #116D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D5D is #EE92A2. Grayscale: #4F4F4F. Windows color (decimal): -15635107 or 6122769. OLE color: 6122769.
HSL color Cylindrical-coordinate representation of color #116D5D: hue angle of 169.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116D5D is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 109 | 93 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.57 |
| HSL | 169.57º | 0.73% | 0.25% | - |
| HSV(B) | 169.57º | 0.84% | 0.43% | - |
| XYZ | 7.68 | 11.85 | 12.24 | - |
| YUV | 79.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 93 | 0.84 | 0 | 0.15 | 0.57 | 169.57 | 0.73 | 0.25 |
| Hex | 11 | 6D | 5D | 54 | 0 | F | 39 | AA | 49 | 19 |
| Octal | 21 | 155 | 135 | 124 | 0 | 17 | 71 | 252 | 111 | 31 |
| Binary | 10001 | 1101101 | 1011101 | 1010100 | 0 | 1111 | 111001 | 10101010 | 1001001 | 11001 |
Color Harmonies of #116D5D
Complementary color
Monochromatic Colors of #116D5D
Black with #116D5D
Text Example
Text Example
White with #116D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116D5D; }
p { color: rgb(17,109,93); }
H1.HeaderClassName
{
color: #116D5D;
}
.AnyTagClassName
{
color: #116D5D;
}
</style>
background-color css
<style>
a { background-color: #116D5D; }
a { background-color: rgb(17,109,93); }
div.DivClassName
{
background-color: #116D5D;
}
.BgClassName
{
background-color: #116D5D;
}
</style>
border-color css
<style>
span { border-color: #116D5D; }
span { border-color: rgb(17,109,93); }
td.TdClassName
{
border-color: #116D5D;
}
.TagClassName
{
border-color: #116D5D;
}
</style>