Shades of Blue Stone #11605C
Tints of Blue Stone #11605C
RGB
CMYK
RGB Variations
Color information
#11605C (or 0x11605C) is known color: Blue Stone. HEX triplet: 11, 60 and 5C. RGB value is (17,96,92). Sum of RGB (Red+Green+Blue) = 17+96+92=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #11605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605C is #EE9FA3. Grayscale: #474747. Windows color (decimal): -15638436 or 6053905. OLE color: 6053905.
HSL color Cylindrical-coordinate representation of color #11605C: hue angle of 176.96º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11605C is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 92 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.62 |
| HSL | 176.96º | 0.7% | 0.22% | - |
| HSV(B) | 176.96º | 0.82% | 0.38% | - |
| XYZ | 6.35 | 9.26 | 11.58 | - |
| YUV | 71.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 92 | 0.82 | 0 | 0.04 | 0.62 | 176.96 | 0.7 | 0.22 |
| Hex | 11 | 60 | 5C | 52 | 0 | 4 | 3E | B1 | 46 | 16 |
| Octal | 21 | 140 | 134 | 122 | 0 | 4 | 76 | 261 | 106 | 26 |
| Binary | 10001 | 1100000 | 1011100 | 1010010 | 0 | 100 | 111110 | 10110001 | 1000110 | 10110 |
Color Harmonies of #11605C
Complementary color
Monochromatic Colors of #11605C
Black with #11605C
Text Example
Text Example
White with #11605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11605C; }
p { color: rgb(17,96,92); }
H1.HeaderClassName
{
color: #11605C;
}
.AnyTagClassName
{
color: #11605C;
}
</style>
background-color css
<style>
a { background-color: #11605C; }
a { background-color: rgb(17,96,92); }
div.DivClassName
{
background-color: #11605C;
}
.BgClassName
{
background-color: #11605C;
}
</style>
border-color css
<style>
span { border-color: #11605C; }
span { border-color: rgb(17,96,92); }
td.TdClassName
{
border-color: #11605C;
}
.TagClassName
{
border-color: #11605C;
}
</style>