Shades of Blue Stone #115F5E
Tints of Blue Stone #115F5E
RGB
CMYK
RGB Variations
Color information
#115F5E (or 0x115F5E) is known color: Blue Stone. HEX triplet: 11, 5F and 5E. RGB value is (17,95,94). Sum of RGB (Red+Green+Blue) = 17+95+94=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 95 - color contains mainly: green. Hex color #115F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F5E is #EEA0A1. Grayscale: #474747. Windows color (decimal): -15638690 or 6184721. OLE color: 6184721.
HSL color Cylindrical-coordinate representation of color #115F5E: hue angle of 179.23º degrees, saturation: 0.7, 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 #115F5E is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 95 | 94 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.63 |
| HSL | 179.23º | 0.7% | 0.22% | - |
| HSV(B) | 179.23º | 0.82% | 0.37% | - |
| XYZ | 6.34 | 9.11 | 12.01 | - |
| YUV | 71.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 94 | 0.82 | 0 | 0.01 | 0.63 | 179.23 | 0.7 | 0.22 |
| Hex | 11 | 5F | 5E | 52 | 0 | 1 | 3F | B3 | 46 | 16 |
| Octal | 21 | 137 | 136 | 122 | 0 | 1 | 77 | 263 | 106 | 26 |
| Binary | 10001 | 1011111 | 1011110 | 1010010 | 0 | 1 | 111111 | 10110011 | 1000110 | 10110 |
Color Harmonies of #115F5E
Complementary color
Monochromatic Colors of #115F5E
Black with #115F5E
Text Example
Text Example
White with #115F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115F5E; }
p { color: rgb(17,95,94); }
H1.HeaderClassName
{
color: #115F5E;
}
.AnyTagClassName
{
color: #115F5E;
}
</style>
background-color css
<style>
a { background-color: #115F5E; }
a { background-color: rgb(17,95,94); }
div.DivClassName
{
background-color: #115F5E;
}
.BgClassName
{
background-color: #115F5E;
}
</style>
border-color css
<style>
span { border-color: #115F5E; }
span { border-color: rgb(17,95,94); }
td.TdClassName
{
border-color: #115F5E;
}
.TagClassName
{
border-color: #115F5E;
}
</style>