Shades of Blue Stone #115E55
Tints of Blue Stone #115E55
RGB
CMYK
RGB Variations
Color information
#115E55 (or 0x115E55) is known color: Blue Stone. HEX triplet: 11, 5E and 55. RGB value is (17,94,85). Sum of RGB (Red+Green+Blue) = 17+94+85=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #115E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E55 is #EEA1AA. Grayscale: #454545. Windows color (decimal): -15638955 or 5594641. OLE color: 5594641.
HSL color Cylindrical-coordinate representation of color #115E55: hue angle of 172.99º 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 #115E55 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 94 | 85 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.63 |
| HSL | 172.99º | 0.69% | 0.22% | - |
| HSV(B) | 172.99º | 0.82% | 0.37% | - |
| XYZ | 5.87 | 8.78 | 9.98 | - |
| YUV | 69.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 85 | 0.82 | 0 | 0.10 | 0.63 | 172.99 | 0.69 | 0.22 |
| Hex | 11 | 5E | 55 | 52 | 0 | A | 3F | AD | 45 | 16 |
| Octal | 21 | 136 | 125 | 122 | 0 | 12 | 77 | 255 | 105 | 26 |
| Binary | 10001 | 1011110 | 1010101 | 1010010 | 0 | 1010 | 111111 | 10101101 | 1000101 | 10110 |
Color Harmonies of #115E55
Complementary color
Monochromatic Colors of #115E55
Black with #115E55
Text Example
Text Example
White with #115E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E55; }
p { color: rgb(17,94,85); }
H1.HeaderClassName
{
color: #115E55;
}
.AnyTagClassName
{
color: #115E55;
}
</style>
background-color css
<style>
a { background-color: #115E55; }
a { background-color: rgb(17,94,85); }
div.DivClassName
{
background-color: #115E55;
}
.BgClassName
{
background-color: #115E55;
}
</style>
border-color css
<style>
span { border-color: #115E55; }
span { border-color: rgb(17,94,85); }
td.TdClassName
{
border-color: #115E55;
}
.TagClassName
{
border-color: #115E55;
}
</style>