Shades of Blue Stone #115D60
Tints of Blue Stone #115D60
RGB
CMYK
RGB Variations
Color information
#115D60 (or 0x115D60) is known color: Blue Stone. HEX triplet: 11, 5D and 60. RGB value is (17,93,96). Sum of RGB (Red+Green+Blue) = 17+93+96=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #115D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D60 is #EEA29F. Grayscale: #464646. Windows color (decimal): -15639200 or 6315281. OLE color: 6315281.
HSL color Cylindrical-coordinate representation of color #115D60: hue angle of 182.28º 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 #115D60 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 93 | 96 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.62 |
| HSL | 182.28º | 0.7% | 0.22% | - |
| HSV(B) | 182.28º | 0.82% | 0.38% | - |
| XYZ | 6.26 | 8.79 | 12.43 | - |
| YUV | 70.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 96 | 0.82 | 0.03 | 0 | 0.62 | 182.28 | 0.7 | 0.22 |
| Hex | 11 | 5D | 60 | 52 | 3 | 0 | 3E | B6 | 46 | 16 |
| Octal | 21 | 135 | 140 | 122 | 3 | 0 | 76 | 266 | 106 | 26 |
| Binary | 10001 | 1011101 | 1100000 | 1010010 | 11 | 0 | 111110 | 10110110 | 1000110 | 10110 |
Color Harmonies of #115D60
Complementary color
Monochromatic Colors of #115D60
Black with #115D60
Text Example
Text Example
White with #115D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D60; }
p { color: rgb(17,93,96); }
H1.HeaderClassName
{
color: #115D60;
}
.AnyTagClassName
{
color: #115D60;
}
</style>
background-color css
<style>
a { background-color: #115D60; }
a { background-color: rgb(17,93,96); }
div.DivClassName
{
background-color: #115D60;
}
.BgClassName
{
background-color: #115D60;
}
</style>
border-color css
<style>
span { border-color: #115D60; }
span { border-color: rgb(17,93,96); }
td.TdClassName
{
border-color: #115D60;
}
.TagClassName
{
border-color: #115D60;
}
</style>