Shades of Blue Stone #115C56
Tints of Blue Stone #115C56
RGB
CMYK
RGB Variations
Color information
#115C56 (or 0x115C56) is known color: Blue Stone. HEX triplet: 11, 5C and 56. RGB value is (17,92,86). Sum of RGB (Red+Green+Blue) = 17+92+86=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #115C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C56 is #EEA3A9. Grayscale: #444444. Windows color (decimal): -15639466 or 5659665. OLE color: 5659665.
HSL color Cylindrical-coordinate representation of color #115C56: hue angle of 175.2º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C56 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 86 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.64 |
| HSL | 175.2º | 0.69% | 0.21% | - |
| HSV(B) | 175.2º | 0.82% | 0.36% | - |
| XYZ | 5.74 | 8.45 | 10.13 | - |
| YUV | 68.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 86 | 0.82 | 0 | 0.07 | 0.64 | 175.2 | 0.69 | 0.21 |
| Hex | 11 | 5C | 56 | 52 | 0 | 7 | 40 | AF | 45 | 15 |
| Octal | 21 | 134 | 126 | 122 | 0 | 7 | 100 | 257 | 105 | 25 |
| Binary | 10001 | 1011100 | 1010110 | 1010010 | 0 | 111 | 1000000 | 10101111 | 1000101 | 10101 |
Color Harmonies of #115C56
Complementary color
Monochromatic Colors of #115C56
Black with #115C56
Text Example
Text Example
White with #115C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C56; }
p { color: rgb(17,92,86); }
H1.HeaderClassName
{
color: #115C56;
}
.AnyTagClassName
{
color: #115C56;
}
</style>
background-color css
<style>
a { background-color: #115C56; }
a { background-color: rgb(17,92,86); }
div.DivClassName
{
background-color: #115C56;
}
.BgClassName
{
background-color: #115C56;
}
</style>
border-color css
<style>
span { border-color: #115C56; }
span { border-color: rgb(17,92,86); }
td.TdClassName
{
border-color: #115C56;
}
.TagClassName
{
border-color: #115C56;
}
</style>