Shades of Blue Stone #166C59
Tints of Blue Stone #166C59
RGB
CMYK
RGB Variations
Color information
#166C59 (or 0x166C59) is known color: Blue Stone. HEX triplet: 16, 6C and 59. RGB value is (22,108,89). Sum of RGB (Red+Green+Blue) = 22+108+89=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #166C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C59 is #E993A6. Grayscale: #505050. Windows color (decimal): -15307687 or 5860374. OLE color: 5860374.
HSL color Cylindrical-coordinate representation of color #166C59: hue angle of 166.74º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C59 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 89 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.58 |
| HSL | 166.74º | 0.66% | 0.25% | - |
| HSV(B) | 166.74º | 0.8% | 0.42% | - |
| XYZ | 7.5 | 11.62 | 11.3 | - |
| YUV | 80.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 89 | 0.80 | 0 | 0.18 | 0.58 | 166.74 | 0.66 | 0.25 |
| Hex | 16 | 6C | 59 | 50 | 0 | 12 | 3A | A7 | 42 | 19 |
| Octal | 26 | 154 | 131 | 120 | 0 | 22 | 72 | 247 | 102 | 31 |
| Binary | 10110 | 1101100 | 1011001 | 1010000 | 0 | 10010 | 111010 | 10100111 | 1000010 | 11001 |
Color Harmonies of #166C59
Complementary color
Monochromatic Colors of #166C59
Black with #166C59
Text Example
Text Example
White with #166C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C59; }
p { color: rgb(22,108,89); }
H1.HeaderClassName
{
color: #166C59;
}
.AnyTagClassName
{
color: #166C59;
}
</style>
background-color css
<style>
a { background-color: #166C59; }
a { background-color: rgb(22,108,89); }
div.DivClassName
{
background-color: #166C59;
}
.BgClassName
{
background-color: #166C59;
}
</style>
border-color css
<style>
span { border-color: #166C59; }
span { border-color: rgb(22,108,89); }
td.TdClassName
{
border-color: #166C59;
}
.TagClassName
{
border-color: #166C59;
}
</style>