Shades of Blue Stone #11665A
Tints of Blue Stone #11665A
RGB
CMYK
RGB Variations
Color information
#11665A (or 0x11665A) is known color: Blue Stone. HEX triplet: 11, 66 and 5A. RGB value is (17,102,90). Sum of RGB (Red+Green+Blue) = 17+102+90=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #11665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11665A is #EE99A5. Grayscale: #4B4B4B. Windows color (decimal): -15636902 or 5924369. OLE color: 5924369.
HSL color Cylindrical-coordinate representation of color #11665A: hue angle of 171.53º 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 #11665A is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 90 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.6 |
| HSL | 171.53º | 0.71% | 0.23% | - |
| HSV(B) | 171.53º | 0.83% | 0.4% | - |
| XYZ | 6.83 | 10.36 | 11.31 | - |
| YUV | 75.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 90 | 0.83 | 0 | 0.12 | 0.6 | 171.53 | 0.71 | 0.23 |
| Hex | 11 | 66 | 5A | 53 | 0 | C | 3C | AC | 47 | 17 |
| Octal | 21 | 146 | 132 | 123 | 0 | 14 | 74 | 254 | 107 | 27 |
| Binary | 10001 | 1100110 | 1011010 | 1010011 | 0 | 1100 | 111100 | 10101100 | 1000111 | 10111 |
Color Harmonies of #11665A
Complementary color
Monochromatic Colors of #11665A
Black with #11665A
Text Example
Text Example
White with #11665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11665A; }
p { color: rgb(17,102,90); }
H1.HeaderClassName
{
color: #11665A;
}
.AnyTagClassName
{
color: #11665A;
}
</style>
background-color css
<style>
a { background-color: #11665A; }
a { background-color: rgb(17,102,90); }
div.DivClassName
{
background-color: #11665A;
}
.BgClassName
{
background-color: #11665A;
}
</style>
border-color css
<style>
span { border-color: #11665A; }
span { border-color: rgb(17,102,90); }
td.TdClassName
{
border-color: #11665A;
}
.TagClassName
{
border-color: #11665A;
}
</style>