Shades of Blue Stone #115A59
Tints of Blue Stone #115A59
RGB
CMYK
RGB Variations
Color information
#115A59 (or 0x115A59) is known color: Blue Stone. HEX triplet: 11, 5A and 59. RGB value is (17,90,89). Sum of RGB (Red+Green+Blue) = 17+90+89=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #115A59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A59 is #EEA5A6. Grayscale: #434343. Windows color (decimal): -15639975 or 5855761. OLE color: 5855761.
HSL color Cylindrical-coordinate representation of color #115A59: hue angle of 179.18º 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 #115A59 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 89 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.65 |
| HSL | 179.18º | 0.68% | 0.21% | - |
| HSV(B) | 179.18º | 0.81% | 0.35% | - |
| XYZ | 5.69 | 8.15 | 10.72 | - |
| YUV | 68.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 89 | 0.81 | 0 | 0.01 | 0.65 | 179.18 | 0.68 | 0.21 |
| Hex | 11 | 5A | 59 | 51 | 0 | 1 | 41 | B3 | 44 | 15 |
| Octal | 21 | 132 | 131 | 121 | 0 | 1 | 101 | 263 | 104 | 25 |
| Binary | 10001 | 1011010 | 1011001 | 1010001 | 0 | 1 | 1000001 | 10110011 | 1000100 | 10101 |
Color Harmonies of #115A59
Complementary color
Monochromatic Colors of #115A59
Black with #115A59
Text Example
Text Example
White with #115A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A59; }
p { color: rgb(17,90,89); }
H1.HeaderClassName
{
color: #115A59;
}
.AnyTagClassName
{
color: #115A59;
}
</style>
background-color css
<style>
a { background-color: #115A59; }
a { background-color: rgb(17,90,89); }
div.DivClassName
{
background-color: #115A59;
}
.BgClassName
{
background-color: #115A59;
}
</style>
border-color css
<style>
span { border-color: #115A59; }
span { border-color: rgb(17,90,89); }
td.TdClassName
{
border-color: #115A59;
}
.TagClassName
{
border-color: #115A59;
}
</style>