Shades of Blue Stone #115956
Tints of Blue Stone #115956
RGB
CMYK
RGB Variations
Color information
#115956 (or 0x115956) is known color: Blue Stone. HEX triplet: 11, 59 and 56. RGB value is (17,89,86). Sum of RGB (Red+Green+Blue) = 17+89+86=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #115956 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115956 is #EEA6A9. Grayscale: #434343. Windows color (decimal): -15640234 or 5658897. OLE color: 5658897.
HSL color Cylindrical-coordinate representation of color #115956: hue angle of 177.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 #115956 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 86 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.65 |
| HSL | 177.5º | 0.68% | 0.21% | - |
| HSV(B) | 177.5º | 0.81% | 0.35% | - |
| XYZ | 5.48 | 7.94 | 10.05 | - |
| YUV | 67.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 86 | 0.81 | 0 | 0.03 | 0.65 | 177.5 | 0.68 | 0.21 |
| Hex | 11 | 59 | 56 | 51 | 0 | 3 | 41 | B2 | 44 | 15 |
| Octal | 21 | 131 | 126 | 121 | 0 | 3 | 101 | 262 | 104 | 25 |
| Binary | 10001 | 1011001 | 1010110 | 1010001 | 0 | 11 | 1000001 | 10110010 | 1000100 | 10101 |
Color Harmonies of #115956
Complementary color
Monochromatic Colors of #115956
Black with #115956
Text Example
Text Example
White with #115956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115956; }
p { color: rgb(17,89,86); }
H1.HeaderClassName
{
color: #115956;
}
.AnyTagClassName
{
color: #115956;
}
</style>
background-color css
<style>
a { background-color: #115956; }
a { background-color: rgb(17,89,86); }
div.DivClassName
{
background-color: #115956;
}
.BgClassName
{
background-color: #115956;
}
</style>
border-color css
<style>
span { border-color: #115956; }
span { border-color: rgb(17,89,86); }
td.TdClassName
{
border-color: #115956;
}
.TagClassName
{
border-color: #115956;
}
</style>