Shades of Blue Stone #115B5B
Tints of Blue Stone #115B5B
RGB
CMYK
RGB Variations
Color information
#115B5B (or 0x115B5B) is known color: Blue Stone. HEX triplet: 11, 5B and 5B. RGB value is (17,91,91). Sum of RGB (Red+Green+Blue) = 17+91+91=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #115B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B5B is #EEA4A4. Grayscale: #444444. Windows color (decimal): -15639717 or 5987089. OLE color: 5987089.
HSL color Cylindrical-coordinate representation of color #115B5B: hue angle of 180º 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 #115B5B is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 91 | - |
| CMYK | 0.81 | 0 | 0 | 0.64 |
| HSL | 180º | 0.69% | 0.21% | - |
| HSV(B) | 180º | 0.81% | 0.36% | - |
| XYZ | 5.86 | 8.36 | 11.2 | - |
| YUV | 68.87 | 140.48 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 91 | 0.81 | 0 | 0 | 0.64 | 180 | 0.69 | 0.21 |
| Hex | 11 | 5B | 5B | 51 | 0 | 0 | 40 | B4 | 45 | 15 |
| Octal | 21 | 133 | 133 | 121 | 0 | 0 | 100 | 264 | 105 | 25 |
| Binary | 10001 | 1011011 | 1011011 | 1010001 | 0 | 0 | 1000000 | 10110100 | 1000101 | 10101 |
Color Harmonies of #115B5B
Complementary color
Monochromatic Colors of #115B5B
Black with #115B5B
Text Example
Text Example
White with #115B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B5B; }
p { color: rgb(17,91,91); }
H1.HeaderClassName
{
color: #115B5B;
}
.AnyTagClassName
{
color: #115B5B;
}
</style>
background-color css
<style>
a { background-color: #115B5B; }
a { background-color: rgb(17,91,91); }
div.DivClassName
{
background-color: #115B5B;
}
.BgClassName
{
background-color: #115B5B;
}
</style>
border-color css
<style>
span { border-color: #115B5B; }
span { border-color: rgb(17,91,91); }
td.TdClassName
{
border-color: #115B5B;
}
.TagClassName
{
border-color: #115B5B;
}
</style>