Shades of Blue Stone #115F5B
Tints of Blue Stone #115F5B
RGB
CMYK
RGB Variations
Color information
#115F5B (or 0x115F5B) is known color: Blue Stone. HEX triplet: 11, 5F and 5B. RGB value is (17,95,91). Sum of RGB (Red+Green+Blue) = 17+95+91=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #115F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F5B is #EEA0A4. Grayscale: #474747. Windows color (decimal): -15638693 or 5988113. OLE color: 5988113.
HSL color Cylindrical-coordinate representation of color #115F5B: hue angle of 176.92º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115F5B is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 91 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.63 |
| HSL | 176.92º | 0.7% | 0.22% | - |
| HSV(B) | 176.92º | 0.82% | 0.37% | - |
| XYZ | 6.21 | 9.06 | 11.32 | - |
| YUV | 71.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 91 | 0.82 | 0 | 0.04 | 0.63 | 176.92 | 0.7 | 0.22 |
| Hex | 11 | 5F | 5B | 52 | 0 | 4 | 3F | B1 | 46 | 16 |
| Octal | 21 | 137 | 133 | 122 | 0 | 4 | 77 | 261 | 106 | 26 |
| Binary | 10001 | 1011111 | 1011011 | 1010010 | 0 | 100 | 111111 | 10110001 | 1000110 | 10110 |
Color Harmonies of #115F5B
Complementary color
Monochromatic Colors of #115F5B
Black with #115F5B
Text Example
Text Example
White with #115F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F5B; }
p { color: rgb(17,95,91); }
H1.HeaderClassName
{
color: #115F5B;
}
.AnyTagClassName
{
color: #115F5B;
}
</style>
background-color css
<style>
a { background-color: #115F5B; }
a { background-color: rgb(17,95,91); }
div.DivClassName
{
background-color: #115F5B;
}
.BgClassName
{
background-color: #115F5B;
}
</style>
border-color css
<style>
span { border-color: #115F5B; }
span { border-color: rgb(17,95,91); }
td.TdClassName
{
border-color: #115F5B;
}
.TagClassName
{
border-color: #115F5B;
}
</style>