Shades of Blue Stone #11575F
Tints of Blue Stone #11575F
RGB
CMYK
RGB Variations
Color information
#11575F (or 0x11575F) is known color: Blue Stone. HEX triplet: 11, 57 and 5F. RGB value is (17,87,95). Sum of RGB (Red+Green+Blue) = 17+87+95=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #11575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11575F is #EEA8A0. Grayscale: #424242. Windows color (decimal): -15640737 or 6248209. OLE color: 6248209.
HSL color Cylindrical-coordinate representation of color #11575F: hue angle of 186.15º 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 #11575F is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 87 | 95 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.63 |
| HSL | 186.15º | 0.7% | 0.22% | - |
| HSV(B) | 186.15º | 0.82% | 0.37% | - |
| XYZ | 5.7 | 7.76 | 12.02 | - |
| YUV | 66.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 95 | 0.82 | 0.08 | 0 | 0.63 | 186.15 | 0.7 | 0.22 |
| Hex | 11 | 57 | 5F | 52 | 8 | 0 | 3F | BA | 46 | 16 |
| Octal | 21 | 127 | 137 | 122 | 10 | 0 | 77 | 272 | 106 | 26 |
| Binary | 10001 | 1010111 | 1011111 | 1010010 | 1000 | 0 | 111111 | 10111010 | 1000110 | 10110 |
Color Harmonies of #11575F
Complementary color
Monochromatic Colors of #11575F
Black with #11575F
Text Example
Text Example
White with #11575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11575F; }
p { color: rgb(17,87,95); }
H1.HeaderClassName
{
color: #11575F;
}
.AnyTagClassName
{
color: #11575F;
}
</style>
background-color css
<style>
a { background-color: #11575F; }
a { background-color: rgb(17,87,95); }
div.DivClassName
{
background-color: #11575F;
}
.BgClassName
{
background-color: #11575F;
}
</style>
border-color css
<style>
span { border-color: #11575F; }
span { border-color: rgb(17,87,95); }
td.TdClassName
{
border-color: #11575F;
}
.TagClassName
{
border-color: #11575F;
}
</style>