Shades of Blue Stone #115B50
Tints of Blue Stone #115B50
RGB
CMYK
RGB Variations
Color information
#115B50 (or 0x115B50) is known color: Blue Stone. HEX triplet: 11, 5B and 50. RGB value is (17,91,80). Sum of RGB (Red+Green+Blue) = 17+91+80=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #115B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B50 is #EEA4AF. Grayscale: #434343. Windows color (decimal): -15639728 or 5266193. OLE color: 5266193.
HSL color Cylindrical-coordinate representation of color #115B50: hue angle of 171.08º 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 #115B50 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 80 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.64 |
| HSL | 171.08º | 0.69% | 0.21% | - |
| HSV(B) | 171.08º | 0.81% | 0.36% | - |
| XYZ | 5.42 | 8.18 | 8.88 | - |
| YUV | 67.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 80 | 0.81 | 0 | 0.12 | 0.64 | 171.08 | 0.69 | 0.21 |
| Hex | 11 | 5B | 50 | 51 | 0 | C | 40 | AB | 45 | 15 |
| Octal | 21 | 133 | 120 | 121 | 0 | 14 | 100 | 253 | 105 | 25 |
| Binary | 10001 | 1011011 | 1010000 | 1010001 | 0 | 1100 | 1000000 | 10101011 | 1000101 | 10101 |
Color Harmonies of #115B50
Complementary color
Monochromatic Colors of #115B50
Black with #115B50
Text Example
Text Example
White with #115B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B50; }
p { color: rgb(17,91,80); }
H1.HeaderClassName
{
color: #115B50;
}
.AnyTagClassName
{
color: #115B50;
}
</style>
background-color css
<style>
a { background-color: #115B50; }
a { background-color: rgb(17,91,80); }
div.DivClassName
{
background-color: #115B50;
}
.BgClassName
{
background-color: #115B50;
}
</style>
border-color css
<style>
span { border-color: #115B50; }
span { border-color: rgb(17,91,80); }
td.TdClassName
{
border-color: #115B50;
}
.TagClassName
{
border-color: #115B50;
}
</style>