Shades of Blue Stone #11605A
Tints of Blue Stone #11605A
RGB
CMYK
RGB Variations
Color information
#11605A (or 0x11605A) is known color: Blue Stone. HEX triplet: 11, 60 and 5A. RGB value is (17,96,90). Sum of RGB (Red+Green+Blue) = 17+96+90=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #11605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605A is #EE9FA5. Grayscale: #474747. Windows color (decimal): -15638438 or 5922833. OLE color: 5922833.
HSL color Cylindrical-coordinate representation of color #11605A: hue angle of 175.44º 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 #11605A is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 90 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.62 |
| HSL | 175.44º | 0.7% | 0.22% | - |
| HSV(B) | 175.44º | 0.82% | 0.38% | - |
| XYZ | 6.26 | 9.22 | 11.12 | - |
| YUV | 71.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 90 | 0.82 | 0 | 0.06 | 0.62 | 175.44 | 0.7 | 0.22 |
| Hex | 11 | 60 | 5A | 52 | 0 | 6 | 3E | AF | 46 | 16 |
| Octal | 21 | 140 | 132 | 122 | 0 | 6 | 76 | 257 | 106 | 26 |
| Binary | 10001 | 1100000 | 1011010 | 1010010 | 0 | 110 | 111110 | 10101111 | 1000110 | 10110 |
Color Harmonies of #11605A
Complementary color
Monochromatic Colors of #11605A
Black with #11605A
Text Example
Text Example
White with #11605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11605A; }
p { color: rgb(17,96,90); }
H1.HeaderClassName
{
color: #11605A;
}
.AnyTagClassName
{
color: #11605A;
}
</style>
background-color css
<style>
a { background-color: #11605A; }
a { background-color: rgb(17,96,90); }
div.DivClassName
{
background-color: #11605A;
}
.BgClassName
{
background-color: #11605A;
}
</style>
border-color css
<style>
span { border-color: #11605A; }
span { border-color: rgb(17,96,90); }
td.TdClassName
{
border-color: #11605A;
}
.TagClassName
{
border-color: #11605A;
}
</style>