Shades of Blue Stone #115560
Tints of Blue Stone #115560
RGB
CMYK
RGB Variations
Color information
#115560 (or 0x115560) is known color: Blue Stone. HEX triplet: 11, 55 and 60. RGB value is (17,85,96). Sum of RGB (Red+Green+Blue) = 17+85+96=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 96 (37.89% from 255 or 48.48% from 198); Max value from RGB is 96 - color contains mainly: blue. Hex color #115560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115560 is #EEAA9F. Grayscale: #414141. Windows color (decimal): -15641248 or 6313233. OLE color: 6313233.
HSL color Cylindrical-coordinate representation of color #115560: hue angle of 188.35º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115560 is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 85 | 96 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.62 |
| HSL | 188.35º | 0.7% | 0.22% | - |
| HSV(B) | 188.35º | 0.82% | 0.38% | - |
| XYZ | 5.59 | 7.46 | 12.21 | - |
| YUV | 65.92 | 144.97 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 96 | 0.82 | 0.11 | 0 | 0.62 | 188.35 | 0.7 | 0.22 |
| Hex | 11 | 55 | 60 | 52 | B | 0 | 3E | BC | 46 | 16 |
| Octal | 21 | 125 | 140 | 122 | 13 | 0 | 76 | 274 | 106 | 26 |
| Binary | 10001 | 1010101 | 1100000 | 1010010 | 1011 | 0 | 111110 | 10111100 | 1000110 | 10110 |
Color Harmonies of #115560
Complementary color
Monochromatic Colors of #115560
Black with #115560
Text Example
Text Example
White with #115560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115560; }
p { color: rgb(17,85,96); }
H1.HeaderClassName
{
color: #115560;
}
.AnyTagClassName
{
color: #115560;
}
</style>
background-color css
<style>
a { background-color: #115560; }
a { background-color: rgb(17,85,96); }
div.DivClassName
{
background-color: #115560;
}
.BgClassName
{
background-color: #115560;
}
</style>
border-color css
<style>
span { border-color: #115560; }
span { border-color: rgb(17,85,96); }
td.TdClassName
{
border-color: #115560;
}
.TagClassName
{
border-color: #115560;
}
</style>