Shades of Blue Stone #115753
Tints of Blue Stone #115753
RGB
CMYK
RGB Variations
Color information
#115753 (or 0x115753) is known color: Blue Stone. HEX triplet: 11, 57 and 53. RGB value is (17,87,83). Sum of RGB (Red+Green+Blue) = 17+87+83=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 87 (34.38% from 255 or 46.52% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 87 - color contains mainly: green. Hex color #115753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115753 is #EEA8AC. Grayscale: #414141. Windows color (decimal): -15640749 or 5461777. OLE color: 5461777.
HSL color Cylindrical-coordinate representation of color #115753: hue angle of 176.57º 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 #115753 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 83 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.66 |
| HSL | 176.57º | 0.67% | 0.2% | - |
| HSV(B) | 176.57º | 0.8% | 0.34% | - |
| XYZ | 5.2 | 7.56 | 9.37 | - |
| YUV | 65.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 83 | 0.80 | 0 | 0.05 | 0.66 | 176.57 | 0.67 | 0.2 |
| Hex | 11 | 57 | 53 | 50 | 0 | 5 | 42 | B1 | 43 | 14 |
| Octal | 21 | 127 | 123 | 120 | 0 | 5 | 102 | 261 | 103 | 24 |
| Binary | 10001 | 1010111 | 1010011 | 1010000 | 0 | 101 | 1000010 | 10110001 | 1000011 | 10100 |
Color Harmonies of #115753
Complementary color
Monochromatic Colors of #115753
Black with #115753
Text Example
Text Example
White with #115753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115753; }
p { color: rgb(17,87,83); }
H1.HeaderClassName
{
color: #115753;
}
.AnyTagClassName
{
color: #115753;
}
</style>
background-color css
<style>
a { background-color: #115753; }
a { background-color: rgb(17,87,83); }
div.DivClassName
{
background-color: #115753;
}
.BgClassName
{
background-color: #115753;
}
</style>
border-color css
<style>
span { border-color: #115753; }
span { border-color: rgb(17,87,83); }
td.TdClassName
{
border-color: #115753;
}
.TagClassName
{
border-color: #115753;
}
</style>