Shades of Blue Stone #166559
Tints of Blue Stone #166559
RGB
CMYK
RGB Variations
Color information
#166559 (or 0x166559) is known color: Blue Stone. HEX triplet: 16, 65 and 59. RGB value is (22,101,89). Sum of RGB (Red+Green+Blue) = 22+101+89=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 101 (39.84% from 255 or 47.64% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 101 - color contains mainly: green. Hex color #166559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166559 is #E99AA6. Grayscale: #4B4B4B. Windows color (decimal): -15309479 or 5858582. OLE color: 5858582.
HSL color Cylindrical-coordinate representation of color #166559: hue angle of 170.89º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166559 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 101 | 89 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.60 |
| HSL | 170.89º | 0.64% | 0.24% | - |
| HSV(B) | 170.89º | 0.78% | 0.4% | - |
| XYZ | 6.79 | 10.2 | 11.06 | - |
| YUV | 76.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 89 | 0.78 | 0 | 0.12 | 0.60 | 170.89 | 0.64 | 0.24 |
| Hex | 16 | 65 | 59 | 4E | 0 | C | 3C | AB | 40 | 18 |
| Octal | 26 | 145 | 131 | 116 | 0 | 14 | 74 | 253 | 100 | 30 |
| Binary | 10110 | 1100101 | 1011001 | 1001110 | 0 | 1100 | 111100 | 10101011 | 1000000 | 11000 |
Color Harmonies of #166559
Complementary color
Monochromatic Colors of #166559
Black with #166559
Text Example
Text Example
White with #166559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166559; }
p { color: rgb(22,101,89); }
H1.HeaderClassName
{
color: #166559;
}
.AnyTagClassName
{
color: #166559;
}
</style>
background-color css
<style>
a { background-color: #166559; }
a { background-color: rgb(22,101,89); }
div.DivClassName
{
background-color: #166559;
}
.BgClassName
{
background-color: #166559;
}
</style>
border-color css
<style>
span { border-color: #166559; }
span { border-color: rgb(22,101,89); }
td.TdClassName
{
border-color: #166559;
}
.TagClassName
{
border-color: #166559;
}
</style>