Shades of Blue Stone #11585D
Tints of Blue Stone #11585D
RGB
CMYK
RGB Variations
Color information
#11585D (or 0x11585D) is known color: Blue Stone. HEX triplet: 11, 58 and 5D. RGB value is (17,88,93). Sum of RGB (Red+Green+Blue) = 17+88+93=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #11585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11585D is #EEA7A2. Grayscale: #434343. Windows color (decimal): -15640483 or 6117393. OLE color: 6117393.
HSL color Cylindrical-coordinate representation of color #11585D: hue angle of 183.95º 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 #11585D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 88 | 93 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.64 |
| HSL | 183.95º | 0.69% | 0.22% | - |
| HSV(B) | 183.95º | 0.82% | 0.36% | - |
| XYZ | 5.7 | 7.89 | 11.58 | - |
| YUV | 67.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 93 | 0.82 | 0.05 | 0 | 0.64 | 183.95 | 0.69 | 0.22 |
| Hex | 11 | 58 | 5D | 52 | 5 | 0 | 40 | B8 | 45 | 16 |
| Octal | 21 | 130 | 135 | 122 | 5 | 0 | 100 | 270 | 105 | 26 |
| Binary | 10001 | 1011000 | 1011101 | 1010010 | 101 | 0 | 1000000 | 10111000 | 1000101 | 10110 |
Color Harmonies of #11585D
Complementary color
Monochromatic Colors of #11585D
Black with #11585D
Text Example
Text Example
White with #11585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11585D; }
p { color: rgb(17,88,93); }
H1.HeaderClassName
{
color: #11585D;
}
.AnyTagClassName
{
color: #11585D;
}
</style>
background-color css
<style>
a { background-color: #11585D; }
a { background-color: rgb(17,88,93); }
div.DivClassName
{
background-color: #11585D;
}
.BgClassName
{
background-color: #11585D;
}
</style>
border-color css
<style>
span { border-color: #11585D; }
span { border-color: rgb(17,88,93); }
td.TdClassName
{
border-color: #11585D;
}
.TagClassName
{
border-color: #11585D;
}
</style>