Shades of Blue Stone #115D62
Tints of Blue Stone #115D62
RGB
CMYK
RGB Variations
Color information
#115D62 (or 0x115D62) is known color: Blue Stone. HEX triplet: 11, 5D and 62. RGB value is (17,93,98). Sum of RGB (Red+Green+Blue) = 17+93+98=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #115D62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D62 is #EEA29D. Grayscale: #464646. Windows color (decimal): -15639198 or 6446353. OLE color: 6446353.
HSL color Cylindrical-coordinate representation of color #115D62: hue angle of 183.7º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115D62 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 93 | 98 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.62 |
| HSL | 183.7º | 0.7% | 0.23% | - |
| HSV(B) | 183.7º | 0.83% | 0.38% | - |
| XYZ | 6.35 | 8.83 | 12.92 | - |
| YUV | 70.85 | 143.32 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 98 | 0.83 | 0.05 | 0 | 0.62 | 183.7 | 0.7 | 0.23 |
| Hex | 11 | 5D | 62 | 53 | 5 | 0 | 3E | B8 | 46 | 17 |
| Octal | 21 | 135 | 142 | 123 | 5 | 0 | 76 | 270 | 106 | 27 |
| Binary | 10001 | 1011101 | 1100010 | 1010011 | 101 | 0 | 111110 | 10111000 | 1000110 | 10111 |
Color Harmonies of #115D62
Complementary color
Monochromatic Colors of #115D62
Black with #115D62
Text Example
Text Example
White with #115D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D62; }
p { color: rgb(17,93,98); }
H1.HeaderClassName
{
color: #115D62;
}
.AnyTagClassName
{
color: #115D62;
}
</style>
background-color css
<style>
a { background-color: #115D62; }
a { background-color: rgb(17,93,98); }
div.DivClassName
{
background-color: #115D62;
}
.BgClassName
{
background-color: #115D62;
}
</style>
border-color css
<style>
span { border-color: #115D62; }
span { border-color: rgb(17,93,98); }
td.TdClassName
{
border-color: #115D62;
}
.TagClassName
{
border-color: #115D62;
}
</style>