Shades of Blue Stone #115B60
Tints of Blue Stone #115B60
RGB
CMYK
RGB Variations
Color information
#115B60 (or 0x115B60) is known color: Blue Stone. HEX triplet: 11, 5B and 60. RGB value is (17,91,96). Sum of RGB (Red+Green+Blue) = 17+91+96=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #115B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B60 is #EEA49F. Grayscale: #454545. Windows color (decimal): -15639712 or 6314769. OLE color: 6314769.
HSL color Cylindrical-coordinate representation of color #115B60: hue angle of 183.8º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115B60 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 91 | 96 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.62 |
| HSL | 183.8º | 0.7% | 0.22% | - |
| HSV(B) | 183.8º | 0.82% | 0.38% | - |
| XYZ | 6.08 | 8.45 | 12.38 | - |
| YUV | 69.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 96 | 0.82 | 0.05 | 0 | 0.62 | 183.8 | 0.7 | 0.22 |
| Hex | 11 | 5B | 60 | 52 | 5 | 0 | 3E | B8 | 46 | 16 |
| Octal | 21 | 133 | 140 | 122 | 5 | 0 | 76 | 270 | 106 | 26 |
| Binary | 10001 | 1011011 | 1100000 | 1010010 | 101 | 0 | 111110 | 10111000 | 1000110 | 10110 |
Color Harmonies of #115B60
Complementary color
Monochromatic Colors of #115B60
Black with #115B60
Text Example
Text Example
White with #115B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B60; }
p { color: rgb(17,91,96); }
H1.HeaderClassName
{
color: #115B60;
}
.AnyTagClassName
{
color: #115B60;
}
</style>
background-color css
<style>
a { background-color: #115B60; }
a { background-color: rgb(17,91,96); }
div.DivClassName
{
background-color: #115B60;
}
.BgClassName
{
background-color: #115B60;
}
</style>
border-color css
<style>
span { border-color: #115B60; }
span { border-color: rgb(17,91,96); }
td.TdClassName
{
border-color: #115B60;
}
.TagClassName
{
border-color: #115B60;
}
</style>