Shades of Blue Stone #115D61
Tints of Blue Stone #115D61
RGB
CMYK
RGB Variations
Color information
#115D61 (or 0x115D61) is known color: Blue Stone. HEX triplet: 11, 5D and 61. RGB value is (17,93,97). Sum of RGB (Red+Green+Blue) = 17+93+97=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #115D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D61 is #EEA29E. Grayscale: #464646. Windows color (decimal): -15639199 or 6380817. OLE color: 6380817.
HSL color Cylindrical-coordinate representation of color #115D61: hue angle of 183º 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 #115D61 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 93 | 97 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.62 |
| HSL | 183º | 0.7% | 0.22% | - |
| HSV(B) | 183º | 0.82% | 0.38% | - |
| XYZ | 6.3 | 8.81 | 12.68 | - |
| YUV | 70.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 97 | 0.82 | 0.04 | 0 | 0.62 | 183 | 0.7 | 0.22 |
| Hex | 11 | 5D | 61 | 52 | 4 | 0 | 3E | B7 | 46 | 16 |
| Octal | 21 | 135 | 141 | 122 | 4 | 0 | 76 | 267 | 106 | 26 |
| Binary | 10001 | 1011101 | 1100001 | 1010010 | 100 | 0 | 111110 | 10110111 | 1000110 | 10110 |
Color Harmonies of #115D61
Complementary color
Monochromatic Colors of #115D61
Black with #115D61
Text Example
Text Example
White with #115D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D61; }
p { color: rgb(17,93,97); }
H1.HeaderClassName
{
color: #115D61;
}
.AnyTagClassName
{
color: #115D61;
}
</style>
background-color css
<style>
a { background-color: #115D61; }
a { background-color: rgb(17,93,97); }
div.DivClassName
{
background-color: #115D61;
}
.BgClassName
{
background-color: #115D61;
}
</style>
border-color css
<style>
span { border-color: #115D61; }
span { border-color: rgb(17,93,97); }
td.TdClassName
{
border-color: #115D61;
}
.TagClassName
{
border-color: #115D61;
}
</style>