Shades of Blue Stone #115556
Tints of Blue Stone #115556
RGB
CMYK
RGB Variations
Color information
#115556 (or 0x115556) is known color: Blue Stone. HEX triplet: 11, 55 and 56. RGB value is (17,85,86). Sum of RGB (Red+Green+Blue) = 17+85+86=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #115556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115556 is #EEAAA9. Grayscale: #404040. Windows color (decimal): -15641258 or 5657873. OLE color: 5657873.
HSL color Cylindrical-coordinate representation of color #115556: hue angle of 180.87º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115556 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 85 | 86 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.66 |
| HSL | 180.87º | 0.67% | 0.2% | - |
| HSV(B) | 180.87º | 0.8% | 0.34% | - |
| XYZ | 5.16 | 7.29 | 9.94 | - |
| YUV | 64.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 86 | 0.80 | 0.01 | 0 | 0.66 | 180.87 | 0.67 | 0.2 |
| Hex | 11 | 55 | 56 | 50 | 1 | 0 | 42 | B5 | 43 | 14 |
| Octal | 21 | 125 | 126 | 120 | 1 | 0 | 102 | 265 | 103 | 24 |
| Binary | 10001 | 1010101 | 1010110 | 1010000 | 1 | 0 | 1000010 | 10110101 | 1000011 | 10100 |
Color Harmonies of #115556
Complementary color
Monochromatic Colors of #115556
Black with #115556
Text Example
Text Example
White with #115556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115556; }
p { color: rgb(17,85,86); }
H1.HeaderClassName
{
color: #115556;
}
.AnyTagClassName
{
color: #115556;
}
</style>
background-color css
<style>
a { background-color: #115556; }
a { background-color: rgb(17,85,86); }
div.DivClassName
{
background-color: #115556;
}
.BgClassName
{
background-color: #115556;
}
</style>
border-color css
<style>
span { border-color: #115556; }
span { border-color: rgb(17,85,86); }
td.TdClassName
{
border-color: #115556;
}
.TagClassName
{
border-color: #115556;
}
</style>