Shades of Blue Stone #115A57
Tints of Blue Stone #115A57
RGB
CMYK
RGB Variations
Color information
#115A57 (or 0x115A57) is known color: Blue Stone. HEX triplet: 11, 5A and 57. RGB value is (17,90,87). Sum of RGB (Red+Green+Blue) = 17+90+87=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #115A57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A57 is #EEA5A8. Grayscale: #434343. Windows color (decimal): -15639977 or 5724689. OLE color: 5724689.
HSL color Cylindrical-coordinate representation of color #115A57: hue angle of 177.53º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A57 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 87 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.65 |
| HSL | 177.53º | 0.68% | 0.21% | - |
| HSV(B) | 177.53º | 0.81% | 0.35% | - |
| XYZ | 5.61 | 8.12 | 10.29 | - |
| YUV | 67.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 87 | 0.81 | 0 | 0.03 | 0.65 | 177.53 | 0.68 | 0.21 |
| Hex | 11 | 5A | 57 | 51 | 0 | 3 | 41 | B2 | 44 | 15 |
| Octal | 21 | 132 | 127 | 121 | 0 | 3 | 101 | 262 | 104 | 25 |
| Binary | 10001 | 1011010 | 1010111 | 1010001 | 0 | 11 | 1000001 | 10110010 | 1000100 | 10101 |
Color Harmonies of #115A57
Complementary color
Monochromatic Colors of #115A57
Black with #115A57
Text Example
Text Example
White with #115A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A57; }
p { color: rgb(17,90,87); }
H1.HeaderClassName
{
color: #115A57;
}
.AnyTagClassName
{
color: #115A57;
}
</style>
background-color css
<style>
a { background-color: #115A57; }
a { background-color: rgb(17,90,87); }
div.DivClassName
{
background-color: #115A57;
}
.BgClassName
{
background-color: #115A57;
}
</style>
border-color css
<style>
span { border-color: #115A57; }
span { border-color: rgb(17,90,87); }
td.TdClassName
{
border-color: #115A57;
}
.TagClassName
{
border-color: #115A57;
}
</style>