Shades of Blue Stone #115455
Tints of Blue Stone #115455
RGB
CMYK
RGB Variations
Color information
#115455 (or 0x115455) is known color: Blue Stone. HEX triplet: 11, 54 and 55. RGB value is (17,84,85). Sum of RGB (Red+Green+Blue) = 17+84+85=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #115455 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115455 is #EEABAA. Grayscale: #404040. Windows color (decimal): -15641515 or 5592081. OLE color: 5592081.
HSL color Cylindrical-coordinate representation of color #115455: hue angle of 180.88º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115455 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 85 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.67 |
| HSL | 180.88º | 0.67% | 0.2% | - |
| HSV(B) | 180.88º | 0.8% | 0.33% | - |
| XYZ | 5.04 | 7.12 | 9.7 | - |
| YUV | 64.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 85 | 0.80 | 0.01 | 0 | 0.67 | 180.88 | 0.67 | 0.2 |
| Hex | 11 | 54 | 55 | 50 | 1 | 0 | 43 | B5 | 43 | 14 |
| Octal | 21 | 124 | 125 | 120 | 1 | 0 | 103 | 265 | 103 | 24 |
| Binary | 10001 | 1010100 | 1010101 | 1010000 | 1 | 0 | 1000011 | 10110101 | 1000011 | 10100 |
Color Harmonies of #115455
Complementary color
Monochromatic Colors of #115455
Black with #115455
Text Example
Text Example
White with #115455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115455; }
p { color: rgb(17,84,85); }
H1.HeaderClassName
{
color: #115455;
}
.AnyTagClassName
{
color: #115455;
}
</style>
background-color css
<style>
a { background-color: #115455; }
a { background-color: rgb(17,84,85); }
div.DivClassName
{
background-color: #115455;
}
.BgClassName
{
background-color: #115455;
}
</style>
border-color css
<style>
span { border-color: #115455; }
span { border-color: rgb(17,84,85); }
td.TdClassName
{
border-color: #115455;
}
.TagClassName
{
border-color: #115455;
}
</style>