Shades of Blue Stone #115D53
Tints of Blue Stone #115D53
RGB
CMYK
RGB Variations
Color information
#115D53 (or 0x115D53) is known color: Blue Stone. HEX triplet: 11, 5D and 53. RGB value is (17,93,83). Sum of RGB (Red+Green+Blue) = 17+93+83=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 93 (36.72% from 255 or 48.19% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 93 - color contains mainly: green. Hex color #115D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D53 is #EEA2AC. Grayscale: #454545. Windows color (decimal): -15639213 or 5463313. OLE color: 5463313.
HSL color Cylindrical-coordinate representation of color #115D53: hue angle of 172.11º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115D53 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 93 | 83 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.64 |
| HSL | 172.11º | 0.69% | 0.22% | - |
| HSV(B) | 172.11º | 0.82% | 0.36% | - |
| XYZ | 5.71 | 8.57 | 9.54 | - |
| YUV | 69.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 83 | 0.82 | 0 | 0.11 | 0.64 | 172.11 | 0.69 | 0.22 |
| Hex | 11 | 5D | 53 | 52 | 0 | B | 40 | AC | 45 | 16 |
| Octal | 21 | 135 | 123 | 122 | 0 | 13 | 100 | 254 | 105 | 26 |
| Binary | 10001 | 1011101 | 1010011 | 1010010 | 0 | 1011 | 1000000 | 10101100 | 1000101 | 10110 |
Color Harmonies of #115D53
Complementary color
Monochromatic Colors of #115D53
Black with #115D53
Text Example
Text Example
White with #115D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D53; }
p { color: rgb(17,93,83); }
H1.HeaderClassName
{
color: #115D53;
}
.AnyTagClassName
{
color: #115D53;
}
</style>
background-color css
<style>
a { background-color: #115D53; }
a { background-color: rgb(17,93,83); }
div.DivClassName
{
background-color: #115D53;
}
.BgClassName
{
background-color: #115D53;
}
</style>
border-color css
<style>
span { border-color: #115D53; }
span { border-color: rgb(17,93,83); }
td.TdClassName
{
border-color: #115D53;
}
.TagClassName
{
border-color: #115D53;
}
</style>