Shades of Blue Stone #115B5D
Tints of Blue Stone #115B5D
RGB
CMYK
RGB Variations
Color information
#115B5D (or 0x115B5D) is known color: Blue Stone. HEX triplet: 11, 5B and 5D. RGB value is (17,91,93). Sum of RGB (Red+Green+Blue) = 17+91+93=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #115B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B5D is #EEA4A2. Grayscale: #454545. Windows color (decimal): -15639715 or 6118161. OLE color: 6118161.
HSL color Cylindrical-coordinate representation of color #115B5D: hue angle of 181.58º 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 #115B5D is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 91 | 93 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.64 |
| HSL | 181.58º | 0.69% | 0.22% | - |
| HSV(B) | 181.58º | 0.82% | 0.36% | - |
| XYZ | 5.95 | 8.39 | 11.66 | - |
| YUV | 69.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 93 | 0.82 | 0.02 | 0 | 0.64 | 181.58 | 0.69 | 0.22 |
| Hex | 11 | 5B | 5D | 52 | 2 | 0 | 40 | B6 | 45 | 16 |
| Octal | 21 | 133 | 135 | 122 | 2 | 0 | 100 | 266 | 105 | 26 |
| Binary | 10001 | 1011011 | 1011101 | 1010010 | 10 | 0 | 1000000 | 10110110 | 1000101 | 10110 |
Color Harmonies of #115B5D
Complementary color
Monochromatic Colors of #115B5D
Black with #115B5D
Text Example
Text Example
White with #115B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B5D; }
p { color: rgb(17,91,93); }
H1.HeaderClassName
{
color: #115B5D;
}
.AnyTagClassName
{
color: #115B5D;
}
</style>
background-color css
<style>
a { background-color: #115B5D; }
a { background-color: rgb(17,91,93); }
div.DivClassName
{
background-color: #115B5D;
}
.BgClassName
{
background-color: #115B5D;
}
</style>
border-color css
<style>
span { border-color: #115B5D; }
span { border-color: rgb(17,91,93); }
td.TdClassName
{
border-color: #115B5D;
}
.TagClassName
{
border-color: #115B5D;
}
</style>