Shades of Blue Stone #11655F
Tints of Blue Stone #11655F
RGB
CMYK
RGB Variations
Color information
#11655F (or 0x11655F) is known color: Blue Stone. HEX triplet: 11, 65 and 5F. RGB value is (17,101,95). Sum of RGB (Red+Green+Blue) = 17+101+95=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #11655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11655F is #EE9AA0. Grayscale: #4B4B4B. Windows color (decimal): -15637153 or 6251793. OLE color: 6251793.
HSL color Cylindrical-coordinate representation of color #11655F: hue angle of 175.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11655F is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 95 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.60 |
| HSL | 175.71º | 0.71% | 0.23% | - |
| HSV(B) | 175.71º | 0.83% | 0.4% | - |
| XYZ | 6.95 | 10.25 | 12.44 | - |
| YUV | 75.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 95 | 0.83 | 0 | 0.06 | 0.60 | 175.71 | 0.71 | 0.23 |
| Hex | 11 | 65 | 5F | 53 | 0 | 6 | 3C | B0 | 47 | 17 |
| Octal | 21 | 145 | 137 | 123 | 0 | 6 | 74 | 260 | 107 | 27 |
| Binary | 10001 | 1100101 | 1011111 | 1010011 | 0 | 110 | 111100 | 10110000 | 1000111 | 10111 |
Color Harmonies of #11655F
Complementary color
Monochromatic Colors of #11655F
Black with #11655F
Text Example
Text Example
White with #11655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11655F; }
p { color: rgb(17,101,95); }
H1.HeaderClassName
{
color: #11655F;
}
.AnyTagClassName
{
color: #11655F;
}
</style>
background-color css
<style>
a { background-color: #11655F; }
a { background-color: rgb(17,101,95); }
div.DivClassName
{
background-color: #11655F;
}
.BgClassName
{
background-color: #11655F;
}
</style>
border-color css
<style>
span { border-color: #11655F; }
span { border-color: rgb(17,101,95); }
td.TdClassName
{
border-color: #11655F;
}
.TagClassName
{
border-color: #11655F;
}
</style>