Shades of Blue Stone #115E53
Tints of Blue Stone #115E53
RGB
CMYK
RGB Variations
Color information
#115E53 (or 0x115E53) is known color: Blue Stone. HEX triplet: 11, 5E and 53. RGB value is (17,94,83). Sum of RGB (Red+Green+Blue) = 17+94+83=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #115E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E53 is #EEA1AC. Grayscale: #454545. Windows color (decimal): -15638957 or 5463569. OLE color: 5463569.
HSL color Cylindrical-coordinate representation of color #115E53: hue angle of 171.43º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115E53 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 83 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.63 |
| HSL | 171.43º | 0.69% | 0.22% | - |
| HSV(B) | 171.43º | 0.82% | 0.37% | - |
| XYZ | 5.8 | 8.75 | 9.57 | - |
| YUV | 69.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 83 | 0.82 | 0 | 0.12 | 0.63 | 171.43 | 0.69 | 0.22 |
| Hex | 11 | 5E | 53 | 52 | 0 | C | 3F | AB | 45 | 16 |
| Octal | 21 | 136 | 123 | 122 | 0 | 14 | 77 | 253 | 105 | 26 |
| Binary | 10001 | 1011110 | 1010011 | 1010010 | 0 | 1100 | 111111 | 10101011 | 1000101 | 10110 |
Color Harmonies of #115E53
Complementary color
Monochromatic Colors of #115E53
Black with #115E53
Text Example
Text Example
White with #115E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E53; }
p { color: rgb(17,94,83); }
H1.HeaderClassName
{
color: #115E53;
}
.AnyTagClassName
{
color: #115E53;
}
</style>
background-color css
<style>
a { background-color: #115E53; }
a { background-color: rgb(17,94,83); }
div.DivClassName
{
background-color: #115E53;
}
.BgClassName
{
background-color: #115E53;
}
</style>
border-color css
<style>
span { border-color: #115E53; }
span { border-color: rgb(17,94,83); }
td.TdClassName
{
border-color: #115E53;
}
.TagClassName
{
border-color: #115E53;
}
</style>