Shades of Blue Stone #116C5F
Tints of Blue Stone #116C5F
RGB
CMYK
RGB Variations
Color information
#116C5F (or 0x116C5F) is known color: Blue Stone. HEX triplet: 11, 6C and 5F. RGB value is (17,108,95). Sum of RGB (Red+Green+Blue) = 17+108+95=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 108 (42.58% from 255 or 49.09% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 108 - color contains mainly: green. Hex color #116C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C5F is #EE93A0. Grayscale: #4F4F4F. Windows color (decimal): -15635361 or 6253585. OLE color: 6253585.
HSL color Cylindrical-coordinate representation of color #116C5F: hue angle of 171.43º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C5F is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 95 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.58 |
| HSL | 171.43º | 0.73% | 0.25% | - |
| HSV(B) | 171.43º | 0.84% | 0.42% | - |
| XYZ | 7.66 | 11.67 | 12.68 | - |
| YUV | 79.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 95 | 0.84 | 0 | 0.12 | 0.58 | 171.43 | 0.73 | 0.25 |
| Hex | 11 | 6C | 5F | 54 | 0 | C | 3A | AB | 49 | 19 |
| Octal | 21 | 154 | 137 | 124 | 0 | 14 | 72 | 253 | 111 | 31 |
| Binary | 10001 | 1101100 | 1011111 | 1010100 | 0 | 1100 | 111010 | 10101011 | 1001001 | 11001 |
Color Harmonies of #116C5F
Complementary color
Monochromatic Colors of #116C5F
Black with #116C5F
Text Example
Text Example
White with #116C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C5F; }
p { color: rgb(17,108,95); }
H1.HeaderClassName
{
color: #116C5F;
}
.AnyTagClassName
{
color: #116C5F;
}
</style>
background-color css
<style>
a { background-color: #116C5F; }
a { background-color: rgb(17,108,95); }
div.DivClassName
{
background-color: #116C5F;
}
.BgClassName
{
background-color: #116C5F;
}
</style>
border-color css
<style>
span { border-color: #116C5F; }
span { border-color: rgb(17,108,95); }
td.TdClassName
{
border-color: #116C5F;
}
.TagClassName
{
border-color: #116C5F;
}
</style>