Shades of Blue Stone #115D64
Tints of Blue Stone #115D64
RGB
CMYK
RGB Variations
Color information
#115D64 (or 0x115D64) is known color: Blue Stone. HEX triplet: 11, 5D and 64. RGB value is (17,93,100). Sum of RGB (Red+Green+Blue) = 17+93+100=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #115D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D64 is #EEA29B. Grayscale: #464646. Windows color (decimal): -15639196 or 6577425. OLE color: 6577425.
HSL color Cylindrical-coordinate representation of color #115D64: hue angle of 185.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115D64 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 93 | 100 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.61 |
| HSL | 185.06º | 0.71% | 0.23% | - |
| HSV(B) | 185.06º | 0.83% | 0.39% | - |
| XYZ | 6.45 | 8.87 | 13.43 | - |
| YUV | 71.07 | 144.32 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 100 | 0.83 | 0.07 | 0 | 0.61 | 185.06 | 0.71 | 0.23 |
| Hex | 11 | 5D | 64 | 53 | 7 | 0 | 3D | B9 | 47 | 17 |
| Octal | 21 | 135 | 144 | 123 | 7 | 0 | 75 | 271 | 107 | 27 |
| Binary | 10001 | 1011101 | 1100100 | 1010011 | 111 | 0 | 111101 | 10111001 | 1000111 | 10111 |
Color Harmonies of #115D64
Complementary color
Monochromatic Colors of #115D64
Black with #115D64
Text Example
Text Example
White with #115D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D64; }
p { color: rgb(17,93,100); }
H1.HeaderClassName
{
color: #115D64;
}
.AnyTagClassName
{
color: #115D64;
}
</style>
background-color css
<style>
a { background-color: #115D64; }
a { background-color: rgb(17,93,100); }
div.DivClassName
{
background-color: #115D64;
}
.BgClassName
{
background-color: #115D64;
}
</style>
border-color css
<style>
span { border-color: #115D64; }
span { border-color: rgb(17,93,100); }
td.TdClassName
{
border-color: #115D64;
}
.TagClassName
{
border-color: #115D64;
}
</style>