Shades of Blue Stone #115955
Tints of Blue Stone #115955
RGB
CMYK
RGB Variations
Color information
#115955 (or 0x115955) is known color: Blue Stone. HEX triplet: 11, 59 and 55. RGB value is (17,89,85). Sum of RGB (Red+Green+Blue) = 17+89+85=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #115955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115955 is #EEA6AA. Grayscale: #424242. Windows color (decimal): -15640235 or 5593361. OLE color: 5593361.
HSL color Cylindrical-coordinate representation of color #115955: hue angle of 176.67º 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 #115955 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 85 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.65 |
| HSL | 176.67º | 0.68% | 0.21% | - |
| HSV(B) | 176.67º | 0.81% | 0.35% | - |
| XYZ | 5.44 | 7.92 | 9.84 | - |
| YUV | 67.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 85 | 0.81 | 0 | 0.04 | 0.65 | 176.67 | 0.68 | 0.21 |
| Hex | 11 | 59 | 55 | 51 | 0 | 4 | 41 | B1 | 44 | 15 |
| Octal | 21 | 131 | 125 | 121 | 0 | 4 | 101 | 261 | 104 | 25 |
| Binary | 10001 | 1011001 | 1010101 | 1010001 | 0 | 100 | 1000001 | 10110001 | 1000100 | 10101 |
Color Harmonies of #115955
Complementary color
Monochromatic Colors of #115955
Black with #115955
Text Example
Text Example
White with #115955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115955; }
p { color: rgb(17,89,85); }
H1.HeaderClassName
{
color: #115955;
}
.AnyTagClassName
{
color: #115955;
}
</style>
background-color css
<style>
a { background-color: #115955; }
a { background-color: rgb(17,89,85); }
div.DivClassName
{
background-color: #115955;
}
.BgClassName
{
background-color: #115955;
}
</style>
border-color css
<style>
span { border-color: #115955; }
span { border-color: rgb(17,89,85); }
td.TdClassName
{
border-color: #115955;
}
.TagClassName
{
border-color: #115955;
}
</style>