Shades of Blue Stone #115659
Tints of Blue Stone #115659
RGB
CMYK
RGB Variations
Color information
#115659 (or 0x115659) is known color: Blue Stone. HEX triplet: 11, 56 and 59. RGB value is (17,86,89). Sum of RGB (Red+Green+Blue) = 17+86+89=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #115659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115659 is #EEA9A6. Grayscale: #414141. Windows color (decimal): -15640999 or 5854737. OLE color: 5854737.
HSL color Cylindrical-coordinate representation of color #115659: hue angle of 182.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115659 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 86 | 89 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.65 |
| HSL | 182.5º | 0.68% | 0.21% | - |
| HSV(B) | 182.5º | 0.81% | 0.35% | - |
| XYZ | 5.36 | 7.5 | 10.62 | - |
| YUV | 65.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 86 | 89 | 0.81 | 0.03 | 0 | 0.65 | 182.5 | 0.68 | 0.21 |
| Hex | 11 | 56 | 59 | 51 | 3 | 0 | 41 | B6 | 44 | 15 |
| Octal | 21 | 126 | 131 | 121 | 3 | 0 | 101 | 266 | 104 | 25 |
| Binary | 10001 | 1010110 | 1011001 | 1010001 | 11 | 0 | 1000001 | 10110110 | 1000100 | 10101 |
Color Harmonies of #115659
Complementary color
Monochromatic Colors of #115659
Black with #115659
Text Example
Text Example
White with #115659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115659; }
p { color: rgb(17,86,89); }
H1.HeaderClassName
{
color: #115659;
}
.AnyTagClassName
{
color: #115659;
}
</style>
background-color css
<style>
a { background-color: #115659; }
a { background-color: rgb(17,86,89); }
div.DivClassName
{
background-color: #115659;
}
.BgClassName
{
background-color: #115659;
}
</style>
border-color css
<style>
span { border-color: #115659; }
span { border-color: rgb(17,86,89); }
td.TdClassName
{
border-color: #115659;
}
.TagClassName
{
border-color: #115659;
}
</style>