Shades of Blue Stone #116555
Tints of Blue Stone #116555
RGB
CMYK
RGB Variations
Color information
#116555 (or 0x116555) is known color: Blue Stone. HEX triplet: 11, 65 and 55. RGB value is (17,101,85). Sum of RGB (Red+Green+Blue) = 17+101+85=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #116555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116555 is #EE9AAA. Grayscale: #4A4A4A. Windows color (decimal): -15637163 or 5596433. OLE color: 5596433.
HSL color Cylindrical-coordinate representation of color #116555: hue angle of 168.57º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116555 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 85 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.60 |
| HSL | 168.57º | 0.71% | 0.23% | - |
| HSV(B) | 168.57º | 0.83% | 0.4% | - |
| XYZ | 6.52 | 10.08 | 10.2 | - |
| YUV | 74.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 85 | 0.83 | 0 | 0.16 | 0.60 | 168.57 | 0.71 | 0.23 |
| Hex | 11 | 65 | 55 | 53 | 0 | 10 | 3C | A9 | 47 | 17 |
| Octal | 21 | 145 | 125 | 123 | 0 | 20 | 74 | 251 | 107 | 27 |
| Binary | 10001 | 1100101 | 1010101 | 1010011 | 0 | 10000 | 111100 | 10101001 | 1000111 | 10111 |
Color Harmonies of #116555
Complementary color
Monochromatic Colors of #116555
Black with #116555
Text Example
Text Example
White with #116555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116555; }
p { color: rgb(17,101,85); }
H1.HeaderClassName
{
color: #116555;
}
.AnyTagClassName
{
color: #116555;
}
</style>
background-color css
<style>
a { background-color: #116555; }
a { background-color: rgb(17,101,85); }
div.DivClassName
{
background-color: #116555;
}
.BgClassName
{
background-color: #116555;
}
</style>
border-color css
<style>
span { border-color: #116555; }
span { border-color: rgb(17,101,85); }
td.TdClassName
{
border-color: #116555;
}
.TagClassName
{
border-color: #116555;
}
</style>