Shades of Blue Stone #115A55
Tints of Blue Stone #115A55
RGB
CMYK
RGB Variations
Color information
#115A55 (or 0x115A55) is known color: Blue Stone. HEX triplet: 11, 5A and 55. RGB value is (17,90,85). Sum of RGB (Red+Green+Blue) = 17+90+85=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #115A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A55 is #EEA5AA. Grayscale: #434343. Windows color (decimal): -15639979 or 5593617. OLE color: 5593617.
HSL color Cylindrical-coordinate representation of color #115A55: hue angle of 175.89º 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 #115A55 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 85 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.65 |
| HSL | 175.89º | 0.68% | 0.21% | - |
| HSV(B) | 175.89º | 0.81% | 0.35% | - |
| XYZ | 5.53 | 8.09 | 9.86 | - |
| YUV | 67.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 85 | 0.81 | 0 | 0.06 | 0.65 | 175.89 | 0.68 | 0.21 |
| Hex | 11 | 5A | 55 | 51 | 0 | 6 | 41 | B0 | 44 | 15 |
| Octal | 21 | 132 | 125 | 121 | 0 | 6 | 101 | 260 | 104 | 25 |
| Binary | 10001 | 1011010 | 1010101 | 1010001 | 0 | 110 | 1000001 | 10110000 | 1000100 | 10101 |
Color Harmonies of #115A55
Complementary color
Monochromatic Colors of #115A55
Black with #115A55
Text Example
Text Example
White with #115A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A55; }
p { color: rgb(17,90,85); }
H1.HeaderClassName
{
color: #115A55;
}
.AnyTagClassName
{
color: #115A55;
}
</style>
background-color css
<style>
a { background-color: #115A55; }
a { background-color: rgb(17,90,85); }
div.DivClassName
{
background-color: #115A55;
}
.BgClassName
{
background-color: #115A55;
}
</style>
border-color css
<style>
span { border-color: #115A55; }
span { border-color: rgb(17,90,85); }
td.TdClassName
{
border-color: #115A55;
}
.TagClassName
{
border-color: #115A55;
}
</style>