Shades of Blue Stone #115952
Tints of Blue Stone #115952
RGB
CMYK
RGB Variations
Color information
#115952 (or 0x115952) is known color: Blue Stone. HEX triplet: 11, 59 and 52. RGB value is (17,89,82). Sum of RGB (Red+Green+Blue) = 17+89+82=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #115952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115952 is #EEA6AD. Grayscale: #424242. Windows color (decimal): -15640238 or 5396753. OLE color: 5396753.
HSL color Cylindrical-coordinate representation of color #115952: hue angle of 174.17º 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 #115952 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 82 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.65 |
| HSL | 174.17º | 0.68% | 0.21% | - |
| HSV(B) | 174.17º | 0.81% | 0.35% | - |
| XYZ | 5.33 | 7.87 | 9.22 | - |
| YUV | 66.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 82 | 0.81 | 0 | 0.08 | 0.65 | 174.17 | 0.68 | 0.21 |
| Hex | 11 | 59 | 52 | 51 | 0 | 8 | 41 | AE | 44 | 15 |
| Octal | 21 | 131 | 122 | 121 | 0 | 10 | 101 | 256 | 104 | 25 |
| Binary | 10001 | 1011001 | 1010010 | 1010001 | 0 | 1000 | 1000001 | 10101110 | 1000100 | 10101 |
Color Harmonies of #115952
Complementary color
Monochromatic Colors of #115952
Black with #115952
Text Example
Text Example
White with #115952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115952; }
p { color: rgb(17,89,82); }
H1.HeaderClassName
{
color: #115952;
}
.AnyTagClassName
{
color: #115952;
}
</style>
background-color css
<style>
a { background-color: #115952; }
a { background-color: rgb(17,89,82); }
div.DivClassName
{
background-color: #115952;
}
.BgClassName
{
background-color: #115952;
}
</style>
border-color css
<style>
span { border-color: #115952; }
span { border-color: rgb(17,89,82); }
td.TdClassName
{
border-color: #115952;
}
.TagClassName
{
border-color: #115952;
}
</style>