Shades of Blue Stone #11585F
Tints of Blue Stone #11585F
RGB
CMYK
RGB Variations
Color information
#11585F (or 0x11585F) is known color: Blue Stone. HEX triplet: 11, 58 and 5F. RGB value is (17,88,95). Sum of RGB (Red+Green+Blue) = 17+88+95=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #11585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11585F is #EEA7A0. Grayscale: #434343. Windows color (decimal): -15640481 or 6248465. OLE color: 6248465.
HSL color Cylindrical-coordinate representation of color #11585F: hue angle of 185.38º 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 #11585F is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 17 | 88 | 95 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.63 |
| HSL | 185.38º | 0.7% | 0.22% | - |
| HSV(B) | 185.38º | 0.82% | 0.37% | - |
| XYZ | 5.79 | 7.92 | 12.05 | - |
| YUV | 67.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 95 | 0.82 | 0.07 | 0 | 0.63 | 185.38 | 0.7 | 0.22 |
| Hex | 11 | 58 | 5F | 52 | 7 | 0 | 3F | B9 | 46 | 16 |
| Octal | 21 | 130 | 137 | 122 | 7 | 0 | 77 | 271 | 106 | 26 |
| Binary | 10001 | 1011000 | 1011111 | 1010010 | 111 | 0 | 111111 | 10111001 | 1000110 | 10110 |
Color Harmonies of #11585F
Complementary color
Monochromatic Colors of #11585F
Black with #11585F
Text Example
Text Example
White with #11585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11585F; }
p { color: rgb(17,88,95); }
H1.HeaderClassName
{
color: #11585F;
}
.AnyTagClassName
{
color: #11585F;
}
</style>
background-color css
<style>
a { background-color: #11585F; }
a { background-color: rgb(17,88,95); }
div.DivClassName
{
background-color: #11585F;
}
.BgClassName
{
background-color: #11585F;
}
</style>
border-color css
<style>
span { border-color: #11585F; }
span { border-color: rgb(17,88,95); }
td.TdClassName
{
border-color: #11585F;
}
.TagClassName
{
border-color: #11585F;
}
</style>