Shades of Blue Stone #115D57
Tints of Blue Stone #115D57
RGB
CMYK
RGB Variations
Color information
#115D57 (or 0x115D57) is known color: Blue Stone. HEX triplet: 11, 5D and 57. RGB value is (17,93,87). Sum of RGB (Red+Green+Blue) = 17+93+87=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #115D57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D57 is #EEA2A8. Grayscale: #454545. Windows color (decimal): -15639209 or 5725457. OLE color: 5725457.
HSL color Cylindrical-coordinate representation of color #115D57: hue angle of 175.26º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D57 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 87 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.64 |
| HSL | 175.26º | 0.69% | 0.22% | - |
| HSV(B) | 175.26º | 0.82% | 0.36% | - |
| XYZ | 5.87 | 8.64 | 10.37 | - |
| YUV | 69.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 87 | 0.82 | 0 | 0.06 | 0.64 | 175.26 | 0.69 | 0.22 |
| Hex | 11 | 5D | 57 | 52 | 0 | 6 | 40 | AF | 45 | 16 |
| Octal | 21 | 135 | 127 | 122 | 0 | 6 | 100 | 257 | 105 | 26 |
| Binary | 10001 | 1011101 | 1010111 | 1010010 | 0 | 110 | 1000000 | 10101111 | 1000101 | 10110 |
Color Harmonies of #115D57
Complementary color
Monochromatic Colors of #115D57
Black with #115D57
Text Example
Text Example
White with #115D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D57; }
p { color: rgb(17,93,87); }
H1.HeaderClassName
{
color: #115D57;
}
.AnyTagClassName
{
color: #115D57;
}
</style>
background-color css
<style>
a { background-color: #115D57; }
a { background-color: rgb(17,93,87); }
div.DivClassName
{
background-color: #115D57;
}
.BgClassName
{
background-color: #115D57;
}
</style>
border-color css
<style>
span { border-color: #115D57; }
span { border-color: rgb(17,93,87); }
td.TdClassName
{
border-color: #115D57;
}
.TagClassName
{
border-color: #115D57;
}
</style>