Shades of Blue Stone #115B4F
Tints of Blue Stone #115B4F
RGB
CMYK
RGB Variations
Color information
#115B4F (or 0x115B4F) is known color: Blue Stone. HEX triplet: 11, 5B and 4F. RGB value is (17,91,79). Sum of RGB (Red+Green+Blue) = 17+91+79=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 91 - color contains mainly: green. Hex color #115B4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B4F is #EEA4B0. Grayscale: #434343. Windows color (decimal): -15639729 or 5200657. OLE color: 5200657.
HSL color Cylindrical-coordinate representation of color #115B4F: hue angle of 170.27º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115B4F is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 79 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.64 |
| HSL | 170.27º | 0.69% | 0.21% | - |
| HSV(B) | 170.27º | 0.81% | 0.36% | - |
| XYZ | 5.38 | 8.17 | 8.69 | - |
| YUV | 67.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 79 | 0.81 | 0 | 0.13 | 0.64 | 170.27 | 0.69 | 0.21 |
| Hex | 11 | 5B | 4F | 51 | 0 | D | 40 | AA | 45 | 15 |
| Octal | 21 | 133 | 117 | 121 | 0 | 15 | 100 | 252 | 105 | 25 |
| Binary | 10001 | 1011011 | 1001111 | 1010001 | 0 | 1101 | 1000000 | 10101010 | 1000101 | 10101 |
Color Harmonies of #115B4F
Complementary color
Monochromatic Colors of #115B4F
Black with #115B4F
Text Example
Text Example
White with #115B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B4F; }
p { color: rgb(17,91,79); }
H1.HeaderClassName
{
color: #115B4F;
}
.AnyTagClassName
{
color: #115B4F;
}
</style>
background-color css
<style>
a { background-color: #115B4F; }
a { background-color: rgb(17,91,79); }
div.DivClassName
{
background-color: #115B4F;
}
.BgClassName
{
background-color: #115B4F;
}
</style>
border-color css
<style>
span { border-color: #115B4F; }
span { border-color: rgb(17,91,79); }
td.TdClassName
{
border-color: #115B4F;
}
.TagClassName
{
border-color: #115B4F;
}
</style>