Shades of Blue Stone #115B57
Tints of Blue Stone #115B57
RGB
CMYK
RGB Variations
Color information
#115B57 (or 0x115B57) is known color: Blue Stone. HEX triplet: 11, 5B and 57. RGB value is (17,91,87). Sum of RGB (Red+Green+Blue) = 17+91+87=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 91 (35.94% from 255 or 46.67% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 91 - color contains mainly: green. Hex color #115B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B57 is #EEA4A8. Grayscale: #444444. Windows color (decimal): -15639721 or 5724945. OLE color: 5724945.
HSL color Cylindrical-coordinate representation of color #115B57: hue angle of 176.76º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B57 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 87 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.64 |
| HSL | 176.76º | 0.69% | 0.21% | - |
| HSV(B) | 176.76º | 0.81% | 0.36% | - |
| XYZ | 5.69 | 8.29 | 10.32 | - |
| YUV | 68.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 87 | 0.81 | 0 | 0.04 | 0.64 | 176.76 | 0.69 | 0.21 |
| Hex | 11 | 5B | 57 | 51 | 0 | 4 | 40 | B1 | 45 | 15 |
| Octal | 21 | 133 | 127 | 121 | 0 | 4 | 100 | 261 | 105 | 25 |
| Binary | 10001 | 1011011 | 1010111 | 1010001 | 0 | 100 | 1000000 | 10110001 | 1000101 | 10101 |
Color Harmonies of #115B57
Complementary color
Monochromatic Colors of #115B57
Black with #115B57
Text Example
Text Example
White with #115B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B57; }
p { color: rgb(17,91,87); }
H1.HeaderClassName
{
color: #115B57;
}
.AnyTagClassName
{
color: #115B57;
}
</style>
background-color css
<style>
a { background-color: #115B57; }
a { background-color: rgb(17,91,87); }
div.DivClassName
{
background-color: #115B57;
}
.BgClassName
{
background-color: #115B57;
}
</style>
border-color css
<style>
span { border-color: #115B57; }
span { border-color: rgb(17,91,87); }
td.TdClassName
{
border-color: #115B57;
}
.TagClassName
{
border-color: #115B57;
}
</style>